mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 18f7cd33d9ad742af5b710b0586cf6b1cc5786c5
parent fc7a4934562f48aa4ca7ceb9640a2ce51d8fa838
Author: mayfrost <mayfrost@cock.li>
Date:   Sat, 27 Oct 2018 13:24:24 -0300

Update PRIVACY.md
Diffstat:
MPRIVACY.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PRIVACY.md b/PRIVACY.md @@ -44,8 +44,8 @@ File encryption. * generate keys for the first time, will ask for OPTIONAL information and let you decide encryption algorithm `gpg --full-gen-key` -* encrypt file for a recipient RECIPIEND@SOMEWHERE.com -`gpg -r RECIPIEND@SOMEWHERE.com -e file.txt` +* encrypt file for a recipient _\RECIPIENT@SOMEWHERE.com_ +`gpg -r RECIPIENT@SOMEWHERE.com -e file.txt` * don't forget to delete the original file and overwrite its former memory address `shred -u file` * decrypt file