Thread overview
Crypto API
Mar 24, 2003
SD
Mar 24, 2003
Jan Knepper
Mar 25, 2003
Heinz Saathoff
Mar 26, 2003
KarL
Mar 29, 2003
SD
March 24, 2003
Hello
I am looking for a good and free crypto library to allow me to encrypt /
decrypt (DES, 3DES, etc) hash (SHA-1 MDC HMAC etc) sign and generate / use
X509 certificate.
Any idea ?
Many thanks
Stephane
March 24, 2003
I have not used any, but start at:
http://cr.yp.to/

Jan



SD wrote:

> Hello
> I am looking for a good and free crypto library to allow me to encrypt /
> decrypt (DES, 3DES, etc) hash (SHA-1 MDC HMAC etc) sign and generate / use
> X509 certificate.
> Any idea ?
> Many thanks
> Stephane

March 25, 2003
SD schrieb...
> I am looking for a good and free crypto library to allow me to encrypt /
> decrypt (DES, 3DES, etc) hash (SHA-1 MDC HMAC etc) sign and generate / use
> X509 certificate.
> Any idea ?

You may have a look at
  http://www.eskimo.com/~weidai/cryptlib.html

- Heinz


March 26, 2003
http://www.windevnet.com/documents/s=7545/win0210a/0210a.htm

Has a sample on Using OpenSSL in Sockets

"SD" <stephanedelaval@wanadoo.fr> wrote in message news:b5mhbc$2he6$1@digitaldaemon.com...
> Hello
> I am looking for a good and free crypto library to allow me to encrypt /
> decrypt (DES, 3DES, etc) hash (SHA-1 MDC HMAC etc) sign and generate / use
> X509 certificate.
> Any idea ?
> Many thanks
> Stephane


March 29, 2003
SD <stephanedelaval@wanadoo.fr> wrote in news:b5mhbc$2he6$1@digitaldaemon.com:

> Hello
> I am looking for a good and free crypto library to allow me to encrypt
> / decrypt (DES, 3DES, etc) hash (SHA-1 MDC HMAC etc) sign and generate
> / use X509 certificate.
> Any idea ?
> Many thanks
> Stephane
> 

Many thanks for all your answer !
Stephane