Update PRIVACY.md

This commit is contained in:
mayfrost 2018-10-27 13:31:35 -03:00 committed by GitHub
parent c70b5242aa
commit 8e0abb3295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ File encryption.
* generate keys for the first time, will ask for OPTIONAL information and let you decide encryption algorithm * generate keys for the first time, will ask for OPTIONAL information and let you decide encryption algorithm
`gpg --full-gen-key` `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` `gpg -r RECIPIENT@SOMEWHERE.com -e file.txt`
* don't forget to delete the original file and overwrite its former memory address * don't forget to delete the original file and overwrite its former memory address
`shred -u file` `shred -u file`