3DES encryption how to

2008-04-02 Thread vaibhav bindroo
Hi all ,
I am a newbie to OpenSSL . I have written a client and server program using
OpenSSL that works properly doin certificate verification , authentication
etal .
Now i want to encrypt my data on the client side using 3DES algorithm ...i m
confused which is the way to go ..using ciphers EVP apis like
EVP_des_ede3_cbc()  or built in custom functions like
DES_ede3_cbc_encrypt()

Please guide me on this ..

-Vaibhav


Re: 3DES encryption how to

2008-04-02 Thread Marek . Marcola
Hello,

[EMAIL PROTECTED] wrote on 04/02/2008 02:16:19 PM:

 Hi all , 
 I am a newbie to OpenSSL . I have written a client and server program 
using OpenSSL that
 works properly doin certificate verification , authentication etal . 
 Now i want to encrypt my data on the client side using 3DES algorithm 
i m confused 
 which is the way to go ..using ciphers EVP apis like EVP_des_ede3_cbc() 
or built in 
 custom functions like DES_ede3_cbc_encrypt() 
Use EVP with EVP_des_ede3_cbc() - high level API.
DES_ede3_cbc_encrypt() is low level API

Best regards,
--
Marek Marcola [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]