diff options
-rw-r--r-- | gpg.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +# GPG Crypto + +## Encrypt file with passphrase + + gpg --symmetric <file> + +### Decrypt + + gpg --output <out-file> --decrypt <in-file> |
index : cheatsheets | |
Commandline and Linux cheatsheets |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | gpg.md | 9 |
@@ -0,0 +1,9 @@ +# GPG Crypto + +## Encrypt file with passphrase + + gpg --symmetric <file> + +### Decrypt + + gpg --output <out-file> --decrypt <in-file> |