mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c03f9eefd7
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
11 lines
461 B
Text
11 lines
461 B
Text
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.
|