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.
?¿?
Jordi Espasa Clofent wrote:
But the problem I currently have is I don't know how to make it in Win environment.
http://www.openssl.org/related/binaries.html wasn't that hard to find. And yes, this is *really* off topic here.
Ralph
Cygwin has been the solution.