Off-topic: Howto decrypt OpenSSL file in Win32 environment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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.

?¿?


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux