linux poison RSS
linux poison Email

How to Encrypt - Decrypt your files

To Encrypt a normal file:
$ openssl des3 -salt -in myfile.txt -out outputfile.des3
[This will ask for password, give any pass that you can remember]

To Decrypt:
$ openssl des3 -d -salt -in outputfile.des3 -out myfile.txt -k password


0 comments:

Post a Comment

Related Posts with Thumbnails