slackbuilds_ponce/misc/qtkeychain
Matteo Bernardini c03f9eefd7 misc/qtkeychain: Noted the optional dependency qt5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2017-01-09 20:17:41 +00:00
..
qtkeychain.info misc/qtkeychain: Updated for version 0.5.0. 2016-01-09 07:12:22 +07:00
qtkeychain.SlackBuild misc/qtkeychain: Updated for version 0.5.0. 2016-01-09 07:12:22 +07:00
README misc/qtkeychain: Noted the optional dependency qt5. 2017-01-09 20:17:41 +00:00
slack-desc misc/qtkeychain: Added (Qt API to store passwords and secret data). 2014-01-29 23:21:00 -06:00

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 )).

If this is built against the optional dependency qt5 it will use
that instead of qt-4.x.