diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-13 13:04:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-13 13:04:17 -0300 |
commit | e8de5a2de78432768b623ea77c620a3a179a7b5f (patch) | |
tree | b06cfa99eba2fbe92575185a4edb92050585ed10 /share | |
parent | f51408e892c350bf8204b8180424b8d6f4bd0f0c (diff) | |
download | keyringer-e8de5a2de78432768b623ea77c620a3a179a7b5f.tar.gz keyringer-e8de5a2de78432768b623ea77c620a3a179a7b5f.tar.bz2 |
Limitations: clipboard and stdout
Diffstat (limited to 'share')
-rw-r--r-- | share/man/keyringer.1.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 407baaa..cb0c6ba 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -284,6 +284,13 @@ Keyringer currently has the following limitations: so be careful when decrypting secrets and writing them to the disk or other storage media. + Pay special attention that keyringer outputs data to stdout, which could + be easilly spotted by any agent looking directly at you computer screen. + + The xclip action even copies secret data to the X11 clipboard, which can + be accessed by any application running in the user's X11 session, so use + this feature carefully. + # SEE ALSO The *README* file distributed with Keyringer contains full documentation. |