[OWASP-Bangalore] AES 256 Decryption
Vinod Duggirala Naga
nagavinod at gmail.com
Thu May 13 14:28:32 EDT 2010
Gaurav,
If you are looking for a quick decryption and reliable one, you can use the
following command from OpenSSL. OpenSSL will be available in any Linux/Unix
box.
If you need on windows, you can download the same from www.openssl.org
*openssl enc -d -aes-256-cbc -in <encrypted file> -K <key in hexa decimal
format> -iv <initial vector in hexa decimal format>
*
*Inputs can vary based on your requirement.
*
For more information you can refer :
http://www.openssl.org/docs/apps/enc.html or
http://www.madboa.com/geek/openssl/
If you want to go for a programmatical approach, based on your requirement
you can use either JAVA API (JCE) or Microsoft Crypto API () other than
Openssl.
You can mail me (nagavinod at gmail.com / vinsparks at yahoo.com ) or call me if
you need any specific information around crypto or PKI.
Regards,
Vinod Duggirala
+91 9886196477
Date: Thu, 13 May 2010 10:30:22 +0530
From: Gaurav Shah <shahgb at gmail.com>
Subject: [OWASP-Bangalore] AES 256 Decryption
To: owasp-bangalore at lists.owasp.org
Message-ID:
<AANLkTilspEuLXlA9IHC2zeMDtJnZ8x_RiQFhfd1O0yFC at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello All,
Can someone help me in providing a tool or method to decrypt aes256-cbc
cipher text.
Thanks in advance.
--
Thanks & Regards
Gaurav Shah.
91-9552504002.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.owasp.org/pipermail/owasp-bangalore/attachments/20100513/a798b611/attachment.html
More information about the OWASP-Bangalore
mailing list