AES CTR128

2008-05-27 Thread Mohamed Amine Ourmech
Good morning, I want to test the AES CTR128 encryption of openSSL but infortunately i could not find one. I have tested one but still i got errors in the output of the program. here is the code i tested (i found it on the internet), plz can anyone provide a really simple test program

Re: AES CTR128

2008-05-27 Thread karim Bendadda
Try this: http://www.grandville.net/pmwiki.php/OpenSSL/AES-CBC-EVP Openssl EVP API makes AES encryption/decryption. On Mon, May 26, 2008 at 5:54 PM, Mohamed Amine Ourmech [EMAIL PROTECTED] wrote: Good morning, I want to test the AES CTR128 encryption of openSSL but infortunately i could

Re: AES CTR128

2008-05-27 Thread karim Bendadda
:54 PM, Mohamed Amine Ourmech [EMAIL PROTECTED] wrote: Good morning, I want to test the AES CTR128 encryption of openSSL but infortunately i could not find one. I have tested one but still i got errors in the output of the program. here is the code i tested (i found it on the internet), plz