Encrypt files with GnuPG
by Danilo • August 1, 2010 • Tips, Utilities • 1 Comment
Here is a simple and quick way for you to encrypt files in Linux: gpg –output doc.gpg –encrypt –recipient EmailofRecipient@blah.com original_file.doc Further explained: –output (or -o) is the name of the encrypted file –recipient (or -r) is the person who will be decrypting the file. If the file is for yourself only, use the email [...]
Read more →