openssl enc -d/-e [cipher to use] -in <inputfile> -out <outputfile>
Look here http://www.openssl.org/docs/apps/enc.html#

Encrypt
openssl enc -e -des-ede3-cbc -in regualr_file

Decrypt
openssl enc -d -des-ede3-cbc -in encrypted_file

-Anand

On Wed, Dec 23, 2009 at 5:09 PM, dutchman1 <cxsch...@gmail.com> wrote:

>
> Hi,
>
> what's the openssl command to decrypt a DES-EDE3-CBC file?
>
> thanks!
>
> Chris
> --
> View this message in context:
> http://old.nabble.com/How-can-I-decrypt-a-DES-EDE3-CBC-file--tp26908094p26908094.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