mayfrost-guides

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

commit 8e0abb32958f1f1c760ec7cf78a78e72fc42dfb8
parent c70b5242aac16e597a07aee4b66479a036713d85
Author: mayfrost <mayfrost@cock.li>
Date:   Sat, 27 Oct 2018 13:31:35 -0300

Update PRIVACY.md
Diffstat:
MPRIVACY.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PRIVACY.md b/PRIVACY.md @@ -44,7 +44,7 @@ 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 _RECIPIENT@SOMEWHERE\.com_ +* 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`