| 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 |