aes_decrypt

2007-10-25 Thread Koza
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

Re: decrypting using AES_decrypt()

2004-10-12 Thread Tan Eng Ten
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

Re: decrypting using AES_decrypt()

2004-10-11 Thread Richard Levitte - VMS Whacker
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&

decrypting using AES_decrypt()

2004-10-11 Thread Brian Murphy
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