mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update PRIVACY.md
This commit is contained in:
parent
fc7a493456
commit
18f7cd33d9
@ -44,8 +44,8 @@ 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 RECIPIEND@SOMEWHERE.com
|
* encrypt file for a recipient _\RECIPIENT@SOMEWHERE.com_
|
||||||
`gpg -r RECIPIEND@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`
|
||||||
* decrypt file
|
* decrypt file
|
||||||
|
Loading…
Reference in New Issue
Block a user