Hi All,

I am new to the openssl. Well, let me explain you the problem what I am
facing.

Server will send a string which I need to decrypt it.
Plane text is first encrypted using AES algorithm, then it is base64
converted and sent.

I have to receive the string then do a base64 decode and then I have to
decrypt to get the plane text.
(I have the key with me for decryption)
After receiving the string, I am able to do a base64 decode, but I am not
able to decrypt the string. I tried using the code that are available on the
net, but its not working. The server is using JAVA AESCypher for doing the
encryption.

Please let me know who to go ahead...
Thanks in advance

Nishith
-- 
View this message in context: 
http://old.nabble.com/Decrypting-the-String-using-openssl-tp28200754p28200754.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to