linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* quick effective encryption
@ 2005-05-23  5:43 Akbar Ali
  2005-05-23 13:03 ` Darío Mariani
  0 siblings, 1 reply; 2+ messages in thread
From: Akbar Ali @ 2005-05-23  5:43 UTC (permalink / raw)
  To: linux-c-programming

Any of you know a good encryption library to use that
doesnt' require you to pad. Somethign along the routes
of
SetKey("yourkey");
EncryptString(string, encryptedstring);

...Besides OpenSSL

Appreciated,
-akbar

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: quick effective encryption
  2005-05-23  5:43 quick effective encryption Akbar Ali
@ 2005-05-23 13:03 ` Darío Mariani
  0 siblings, 0 replies; 2+ messages in thread
From: Darío Mariani @ 2005-05-23 13:03 UTC (permalink / raw)
  To: Akbar Ali; +Cc: linux-c-programming

  Some time ago I found Botan (http://botan.randombit.net/), but did
not have the time and need to test or use it.

         Darío

On 5/23/05, Akbar Ali <kaberjobs@yahoo.com> wrote:
> Any of you know a good encryption library to use that
> doesnt' require you to pad. Somethign along the routes
> of
> SetKey("yourkey");
> EncryptString(string, encryptedstring);
> 
> ...Besides OpenSSL
> 
> Appreciated,
> -akbar
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-23 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-23  5:43 quick effective encryption Akbar Ali
2005-05-23 13:03 ` Darío Mariani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).