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 application

Re: decrypting using AES_decrypt()

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

decrypting using AES_decrypt()

2004-10-11 Thread Brian Murphy
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 been unsuccessful so far. What

Re: decrypting using AES_decrypt()

2004-10-11 Thread Richard Levitte - VMS Whacker
. 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 functions but have been unsuccessful so far. What I am brian_731 looking for is some code samples. Have you