summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..22fed9b
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,16 @@
+README
+======
+
+This program, **gpgedit**, provides a wrapper around editing GPG encrypted
+files. It relatively seamlessly decrypts a file into memory (/tmp, owned by the
+user and perms set to 600) and opens up the environment editor ($EDITOR) on
+that file. Upon closing the editor, the file is re-encrypted and re-written
+over the original encrypted file, never allowing the file to reside on
+persistent storage while in an unencrypted state.
+
+Supports multiple recipients.
+
+Usage
+-----
+
+ gpgedit <file.gpg>

Generated by cgit