diff options
author | rhatto@riseup.net <Silvio Rhatto> | 2014-04-17 17:17:57 -0300 |
---|---|---|
committer | rhatto@riseup.net <Silvio Rhatto> | 2014-04-17 17:17:57 -0300 |
commit | 05a0984a92401a8343fa7cf39247d571723b74da (patch) | |
tree | 500ebc7d7ca6509047dc163ecb410265ec9e9917 /share | |
parent | 3c06f7b7a2a8fa6577df7b224e334ca831562798 (diff) | |
download | keyringer-05a0984a92401a8343fa7cf39247d571723b74da.tar.gz keyringer-05a0984a92401a8343fa7cf39247d571723b74da.tar.bz2 |
Editor leakage warning (#50)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 3b2fbc0..407baaa 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -135,6 +135,9 @@ edit <*secret*> : Edit a secret by temporarily decrypting it, opening the decrypted copy into the text editor defined by the *$EDITOR* environment variable and then re-encrypting it. + Please make sure to use an *$EDITOR* which does not leak data like history buffers. + Keyringer tries to detect if *$EDITOR* is set to VIM and disables the *.viminfo* file. + encrypt <*secret*> [*file*] : Encrypts content from standard input or *file* into *secret* pathname. No spaces are supported in the *secret* name. If *file* is actually a folder, keyringer |