Changes

Jump to navigation Jump to search
55 bytes added ,  18:08, 17 May 2015
Line 3: Line 3:  
=== Encryption ===
 
=== Encryption ===
 
  gpg -c file.txt
 
  gpg -c file.txt
we will be prompt for a password.
+
we will be prompt for a password.<br />
 +
Or:
 +
gpg -ca file.txt
 +
If we want an ascii output
 
=== Decryption ===
 
=== Decryption ===
 
  gpg -d file.txt
 
  gpg -d file.txt

Navigation menu