commit bb311d75844bf4840a1850269c1e0c623a443619
parent 18f7cd33d9ad742af5b710b0586cf6b1cc5786c5
Author: mayfrost <mayfrost@cock.li>
Date: Sat, 27 Oct 2018 13:24:42 -0300
Update PRIVACY.md
Diffstat:
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`