m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gpg.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-11-23 21:30:21 -0500
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-11-23 21:30:21 -0500
commitd9127dc03a9680389c3fc098d2bc1928fe97bc59 (patch)
tree41ca423e117cf82215453d5e93a89353bc572416 /gpg.md
parent962ff11e01f80524989aada1f0404f290f9032d3 (diff)
Add GPG
Diffstat (limited to 'gpg.md')
-rw-r--r--gpg.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpg.md b/gpg.md
new file mode 100644
index 0000000..2956dab
--- /dev/null
+++ b/gpg.md
@@ -0,0 +1,9 @@
+# GPG Crypto
+
+## Encrypt file with passphrase
+
+ gpg --symmetric <file>
+
+### Decrypt
+
+ gpg --output <out-file> --decrypt <in-file>