Re: 3DES Encryption / Decryption using the EVP api

2006-08-19 Thread k b
Marek, that was good pointer i'll add that . Thanks ! From: Marek Marcola <[EMAIL PROTECTED]> Reply-To: openssl-users@openssl.org To: openssl-users@openssl.org Subject: Re: 3DES Encryption / Decryption using the EVP api Date: Fri, 18 Aug 2006 11:08:55 +0200 Hello, > I want to

Re: 3DES Encryption / Decryption using the EVP api

2006-08-18 Thread Marek Marcola
Hello, > I want to decrypt using 3DES and want to use the EVP api. > Here's what i'm doing, it will be nice someone could validate if my approach > is correct. here's the code that i have come up with... > > > int 3desDecrypt(unsigned char * pEncData, int pDataSize) > { >int dec_data_size =

3DES Encryption / Decryption using the EVP api

2006-08-17 Thread k b
hi , I want to decrypt using 3DES and want to use the EVP api. Here's what i'm doing, it will be nice someone could validate if my approach is correct. here's the code that i have come up with... int 3desDecrypt(unsigned char * pEncData, int pDataSize) { int dec_data_size = 0; EVP_CIPHER