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/slack-desc | |
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/slack-desc')
-rw-r--r-- | misc/qtkeychain/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/qtkeychain/slack-desc b/misc/qtkeychain/slack-desc new file mode 100644 index 0000000000..147c1764dd --- /dev/null +++ b/misc/qtkeychain/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +qtkeychain: qtkeychain (A Qt API to store passwords and secret data securely) +qtkeychain: +qtkeychain: +qtkeychain: How the data is stored on Linux: +qtkeychain: +qtkeychain: If running, GNOME Keyring is used, otherwise qtkeychain tries to +qtkeychain: use KWallet (via D-Bus), if available. In unsupported environments +qtkeychain: QtKeychain will report an error. It will not store any data +qtkeychain: unencrypted unless explicitly requested (setInsecureFallback( +qtkeychain: true )). +qtkeychain: |