diff options
-rw-r--r-- | index.mdwn | 3 | ||||
-rwxr-xr-x | lib/keyringer/actions/check | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -206,6 +206,9 @@ given key), but it's possible to: Never decrypt a key and write it to the disk, except if you're adding it to your personall keyring. +Check [this page](https://wiki.koumbit.net/PasswordManagementService/SoftwareComparison) +a comparison on different password management tools. + Requirements ------------ diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index 527af5a..c80fa8f 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -7,6 +7,7 @@ # - git://lair.fifthhorseman.net/~mjgoins/cur # - https://gitorious.org/key-report # - https://github.com/ilf/gpg-maintenance.git +# - https://github.com/EtiennePerot/parcimonie.sh # - https://gaffer.ptitcanardnoir.org/intrigeri/code/parcimonie/ # # This script can run from a crontab, client or server side to check |