Memorandums, Logbook & Shares
Friday, April 5, 2013
Linux - Bash encrypt and decrypt file
openssl des3 -salt -in unencrypted-data.file \
-out encrypted-data.file.des3
openssl des3 -d -salt -in encrypted-data.file.des3 \
-out unencrypted-data.file
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.