On Mon, Dec 10, 2007 at 06:43:34PM -0800, karthickramu wrote:
> Hi
>
>
>
> Can any one help me on how to configure / add AES 128 bit Counter mode
> encryption for OpenSSL.
>
> When i use "openssl enc help " I don't see AES_128_CTR in the Cipher types
> list. Any help will be deeply appreciate
Hi
Can any one help me on how to configure / add AES 128 bit Counter mode
encryption for OpenSSL.
When i use "openssl enc help " I don't see AES_128_CTR in the Cipher types
list. Any help will be deeply appreciated.
-Karthick
l.org
Subject: Question on how to use AES-128-CTR
I'm playing with various crypto libraries to encrypt/decrypt in
AES-128-CTR. 2 of the 3 libs inter-operate fine with each other; i.e. I
can encrypt with one and decrypt with the other and vice versa.
However,
I'm playing with various crypto libraries to encrypt/decrypt in
AES-128-CTR. 2 of the 3 libs inter-operate fine with each other; i.e. I
can encrypt with one and decrypt with the other and vice versa.
However, when I use openssl with any of these libs, I am having
problems. It seems like
Can anybody point me to some examples on how to use AES-128 in counter
mode? Is this supported thru the EVP interface, or do I need to use the
lower-level API's, such as AES_128ctr_encrypt/decrypt()?
Also, looking at the signature of these API's in aes.h, I don't see a
return code, or anything in