www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Crypto API

↑ ↓ ← SD <stephanedelaval wanadoo.fr> writes:
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
Mar 24 2003
→ Jan Knepper <jan smartsoft.us> writes:
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

Mar 24 2003
→ Heinz Saathoff <hsaat bre.ipnet.de> writes:
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
Mar 25 2003
→ "KarL" <someone somewhere.org> writes:
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

Mar 25 2003
→ SD <stephanedelaval wanadoo.fr> writes:
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
Mar 29 2003