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()
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
-