diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 16:48:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 16:48:22 -0300 |
commit | 66812bcf7655bf22aafe58d8d60c96a03114bf0b (patch) | |
tree | 7189a423cf366b2c8ef4eb3a2e9e367892ae742d | |
parent | 34ef511e0404012dff2b44fa3f8453c926aa5456 (diff) | |
download | keyringer-66812bcf7655bf22aafe58d8d60c96a03114bf0b.tar.gz keyringer-66812bcf7655bf22aafe58d8d60c96a03114bf0b.tar.bz2 |
Software comparison
-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 |