summaryrefslogtreecommitdiff
path: root/README.adoc
blob: 22fed9bedc972f8b3e51058aa81b83cbdfd07e08 (plain)
    1 README
    2 ======
    3 
    4 This program, **gpgedit**, provides a wrapper around editing GPG encrypted
    5 files. It relatively seamlessly decrypts a file into memory (/tmp, owned by the
    6 user and perms set to 600) and opens up the environment editor ($EDITOR) on
    7 that file. Upon closing the editor, the file is re-encrypted and re-written
    8 over the original encrypted file, never allowing the file to reside on
    9 persistent storage while in an unencrypted state.
   10 
   11 Supports multiple recipients.
   12 
   13 Usage
   14 -----
   15 
   16   gpgedit <file.gpg>

Generated by cgit