diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:09:43 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:10:50 -0600 |
commit | 4c59e3c9fc54a5249d1f01e89db0ce923e3b0198 (patch) | |
tree | 7408a3f0ca36fa190f49f6bf47dfa628f21c4c89 | |
parent | 5bc4b12fe432e36d896e25c13569411ccf4c233e (diff) | |
download | gpgedit-4c59e3c9fc54a5249d1f01e89db0ce923e3b0198.tar.gz gpgedit-4c59e3c9fc54a5249d1f01e89db0ce923e3b0198.tar.xz |
Initial commit of README.adoc
-rw-r--r-- | README.adoc | 16 |
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> |