Archives
D Programming
DD.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
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
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
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 ? Mar 25 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 Mar 25 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 Mar 29 2003
|