[openssl-users] Problem in decryption using python which cipher text is encrypted in c++
Salz, Rich
rsalz at akamai.com
Fri Feb 19 17:50:44 UTC 2016
> Then i am passing this cipher text to my another end which is using a
> python(PyCrypto library) code to decrypt a cipher text using same Key and
> IV.
The IV, key, and ciphertext are all binary arrays of bytes. Not C (or ASCII or UTF8 or anything) strings. You will have to convert back/and forth.
More information about the openssl-users
mailing list