Re: EVP_CipherFinal_ex() fails

2006-08-21 Thread Marek Marcola
Hello, > I tried to encrypt and decrypt a text using different ciphers. There I > found that the decryption failes at EVP_CipherFinal_ex() call. Somebody > please point me out what I've done wrong. The code is attached. After looking at your source code my first proposition is not to use strlen()

Re: EVP_CipherFinal_ex() fails

2006-08-20 Thread Kaushalye Kapuruge
Kaushalye Kapuruge wrote: Hi, I tried to encrypt and decrypt a text using different ciphers. There I found that the decryption failes at EVP_CipherFinal_ex() call. Somebody please point me out what I've done wrong. The code is attached. Cheers, Kaushalye -