Restructure README, add license information.

This commit is contained in:
Frank Osterfeld 2012-05-09 19:38:59 +02:00
parent 0fe6a07729
commit 617449da0d
1 changed files with 5 additions and 14 deletions

View File

@ -6,21 +6,12 @@ In case there is no such service available, QtKeychain will report an error. It
Currently, the following platforms are supported:
Mac OS X
--------
* **Mac OS X:** Passwords are stored in the OS X Keychain.
Passwords are stored in the OS X Keychain.
Linux (and other Unixes)
------------------------
If running, KWallet (via D-Bus) is used.
Support for the GNOME Keyring via freedesktop.org's
* **Linux/Unix:** If running, KWallet (via D-Bus) is used.
Support for the GNOME Keyring via freedesktop.org's
[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 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.
**License:** QtKeychain is available under the [Modified BSD License](http://www.gnu.org/licenses/license-list.html#ModifiedBSD). See the file COPYING for details.