mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-10-31 19:22:46 +00:00 
			
		
		
		
	Update PRIVACY.md
This commit is contained in:
		| @@ -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` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user