Hi,
I have written my own AES_decrypt function. I tested it with
encrypting/decrypting data - original functions give the same results. I
checked it with AES_cbc_encrypt with encrypt and decrypt option - results
are the same -> I suppose my functions works fine, but...
When I run applicat
IuEw=
I am now trying to decrypt this ciphertext using the openSSL libraries
rather than the openSSL command line utility. Being new to the library,
if anyone could help me out, I'd much appreciate it. I have been
attempting to decrypt it using AES_set_decrypt_key() and AES_decrypt()
functions
the
brian_731> openSSL libraries rather than the openSSL command line
brian_731> utility. Being new to the library, if anyone could help me
brian_731> out, I'd much appreciate it. I have been attempting to
brian_731> decrypt it using AES_set_decrypt_key() and AES_decrypt()
brian_731&
ow trying to decrypt this ciphertext using the openSSL libraries
rather than the openSSL command line utility. Being new to the library, if
anyone could help me out, I'd much appreciate it. I have been attempting to
decrypt it using AES_set_decrypt_key() and AES_decrypt() functions but have