Re: AES_encrypt : Size of the cipher text

2013-04-16 Thread Matt Caswell
On 15 April 2013 12:48, Anil Kumar K K wrote: > Hi OpenSSL Team, > > I am Anil, trying to code aes encryption and decryption program using > openssl library. > > I have coded a program which takes key and data as inputs and computes > AES-128 cipher text and decrypt the same. If the size of the da

Re: AES_encrypt : Size of the cipher text

2013-04-16 Thread Jakob Bohm
On 4/15/2013 1:48 PM, Anil Kumar K K wrote: Hi OpenSSL Team, I am Anil, trying to code aes encryption and decryption program using openssl library. I have coded a program which takes key and data as inputs and computes AES-128 cipher text and decrypt the same. *If the size of the data/Key chang