From e8de5a2de78432768b623ea77c620a3a179a7b5f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Aug 2014 13:04:17 -0300 Subject: Limitations: clipboard and stdout --- share/man/keyringer.1.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/man/keyringer.1.mdwn') 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. -- cgit v1.2.3 From cb21ca66b5b3eface2e51914801a54cb1ccb8233 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Aug 2014 17:30:11 -0300 Subject: New action 'cp' --- ChangeLog | 4 +++- share/man/keyringer.1.mdwn | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'share/man/keyringer.1.mdwn') diff --git a/ChangeLog b/ChangeLog index 04cac73..87bf35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -2014-07-06 - Silvio Rhatto +2014-08-16 - Silvio Rhatto + + New 'cp' action Reset 'expiry' on keyringer_check_expiration, reported and fixed by Jamie (closes #62) diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index cb0c6ba..af098a3 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -128,6 +128,9 @@ del <*secret*> rm <*secret*> : Alias for *del* action. +cp <*secret*> <*dest*> +: Copy a secret. + mv <*secret*> <*dest*> : Rename a secret. -- cgit v1.2.3