Changes

Jump to navigation Jump to search
88 bytes added ,  11:31, 7 June 2018
Line 7: Line 7:  
  gpg -ca file.txt
 
  gpg -ca file.txt
 
If we want an ascii output
 
If we want an ascii output
 +
==== Encrypt & Sign ====
 +
gpg --encrypt --sign --recipient 'some user ID value' <file>
 +
 
=== Decryption ===
 
=== Decryption ===
 
  gpg -d file.txt
 
  gpg -d file.txt

Navigation menu