diff options
author | Donald Cooley <dfc@warpmail.net> | 2014-01-13 00:23:27 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:00 -0600 |
commit | 467b5e92750394ff4ee5c4913bd265640126b42c (patch) | |
tree | 5c76b51530b995b9e2453446359fe8c4a567b7cf /misc/qtkeychain/README | |
parent | 40b64f4f1e3aa279e8eb9096abd46eee77bdf782 (diff) | |
download | slackbuilds-467b5e92750394ff4ee5c4913bd265640126b42c.tar.gz |
misc/qtkeychain: Added (Qt API to store passwords and secret data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/qtkeychain/README')
-rw-r--r-- | misc/qtkeychain/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/qtkeychain/README b/misc/qtkeychain/README new file mode 100644 index 0000000000..d3146b889d --- /dev/null +++ b/misc/qtkeychain/README @@ -0,0 +1,8 @@ +QtKeychain is a Qt API to store passwords and other secret data +securely. How the data is stored on Linux: + +If running, GNOME Keyring is used, otherwise qtkeychain tries to +use KWallet (via D-Bus), if available. In unsupported environments +QtKeychain will report an error. It will not store any data +unencrypted unless explicitly requested (setInsecureFallback( +true )). |