Skip to content

Commit

Permalink
Mention the insecure fallback option
Browse files Browse the repository at this point in the history
  • Loading branch information
frankosterfeld committed Jan 16, 2013
1 parent 6ece9c2 commit 530e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Support for the GNOME Keyring via freedesktop.org's

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

In unsupported environments QtKeychain will report an error. It will never store any data unencrypted.
In unsupported environments QtKeychain will report an error. It will not store any data unencrypted unless explicitly requested (setInsecureFallback( true )).

**License:** QtKeychain is available under the [Modified BSD License](http://www.gnu.org/licenses/license-list.html#ModifiedBSD). See the file COPYING for details.

0 comments on commit 530e1d4

Please sign in to comment.