[CentOS] Off-topic: Howto decrypt OpenSSL file in Win32 environment

Fri Mar 2 08:13:33 UTC 2007
Jordi Espasa Clofent <jordi.listas at yahoo.es>

Hi all,

I supose the subject is descriptive enough. In a CentOS server I do the
next to make the daily backups:
tar cfv - dir_data/ | openssl enc -e -salt -aes256 -pass pass:$PASSWORD
-out backup_file.bin

So I get an well-encrypted and tared file.

If I want to decrypt and the file is easy in Unix/Linux environment:
openssl enc -d -aes256 -in backup_file.bin | tar xfv - -C dir_what_you_want/

But the problem I currently have is I don't know how to make it in Win
environment.

?¿?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20070302/2dbeaa65/attachment-0003.sig>