diff options
author | rfmae <rf.mae.git@gmail.com> | 2015-03-09 21:42:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-09 21:42:10 +0700 |
commit | d4c85d4c4d23513e86c7ec3f4ab0c340079de0f2 (patch) | |
tree | 208ccb04272bff6584553e3455c0ad73f20770d0 /system/passwordsafe/README | |
parent | c96fbf7d69fc9a28b11db098f24db7c6cc0bcdb5 (diff) | |
download | slackbuilds-d4c85d4c4d23513e86c7ec3f4ab0c340079de0f2.tar.gz |
system/passwordsafe: Added (password database utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwordsafe/README')
-rw-r--r-- | system/passwordsafe/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/passwordsafe/README b/system/passwordsafe/README new file mode 100644 index 0000000000..9db6f54f7a --- /dev/null +++ b/system/passwordsafe/README @@ -0,0 +1,16 @@ +Password Safe - password database utility (BETA) + +Portable version of the password manager program originally designed by Bruce +Schneier. pwsafe is the Linux version of the popular Windows PasswordSafe +password manager. + +pwsafe supports Yubicos Yubikey, a unique USB and NFC device offering one-touch +authentication and supporting multiple authentication protocols for all devices +and platfroms - with no driver or client software needed. + +To compile the package without Yubikey support pass NO_YUBI=1 to the script: +NO_YUBI=1 ./passwordsafe.SlackBuild + +In this case you don't need libyubikey and ykpers packages. + +Read passwordsafe.info for additional dependencies. |