Update README
This commit is contained in:
parent
f3c2e2e073
commit
7f082eb1f2
|
@ -5,9 +5,8 @@ QtKeychain is a Qt API to store passwords and other secret data securely. How th
|
||||||
|
|
||||||
* **Mac OS X:** Passwords are stored in the OS X Keychain.
|
* **Mac OS X:** Passwords are stored in the OS X Keychain.
|
||||||
|
|
||||||
* **Linux/Unix:** If running, KWallet (via D-Bus) is used.
|
* **Linux/Unix:** If running, GNOME Keyring is used, otherwise
|
||||||
Support for the GNOME Keyring via freedesktop.org's
|
qtkeychain tries to use KWallet (via D-Bus), if available.
|
||||||
[Secret Storage D-Bus specification](http://freedesktop.org/wiki/Specifications/secret-storage-spec "Secret Storage specification") is planned but not yet implemented.
|
|
||||||
|
|
||||||
* **Windows:** Windows does not provide a service for secure storage. QtKeychain uses the Windows API function [CryptProtectData](http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261%28v=vs.85%29.aspx "CryptProtectData function") to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings.
|
* **Windows:** Windows does not provide a service for secure storage. QtKeychain uses the Windows API function [CryptProtectData](http://msdn.microsoft.com/en-us/library/windows/desktop/aa380261%28v=vs.85%29.aspx "CryptProtectData function") to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue