mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 05:02:46 +00:00 
			
		
		
		
	Update PRIVACY.md
This commit is contained in:
		
							
								
								
									
										13
									
								
								PRIVACY.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								PRIVACY.md
									
									
									
									
									
								
							@@ -37,3 +37,16 @@ Command line password manager, quite intuitive if you know the command line and
 | 
			
		||||
`xx`
 | 
			
		||||
* to search for an entry  
 | 
			
		||||
`find NAME_OR_PATTERN`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## GPG
 | 
			
		||||
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 RECIPIEND@SOMEWHERE.com  
 | 
			
		||||
`gpg -r RECIPIEND@SOMEWHERE.com -e file.txt`
 | 
			
		||||
* don't forget to delete the original file and overwrite its former memory address  
 | 
			
		||||
`shred -u file`
 | 
			
		||||
* decrypt file  
 | 
			
		||||
`gpg -d file.gpg`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user