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 List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to