[Pkg-owncloud-commits] [qtkeychain] 37/115: Add readme

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit df763c6ccba156417a049aff9c4f0abf850f3029
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Tue May 8 18:14:23 2012 +0200

    Add readme
---
 ReadMe.markdown |  1 +
 ReadMe.txt      | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/ReadMe.markdown b/ReadMe.markdown
new file mode 120000
index 0000000..3cefeef
--- /dev/null
+++ b/ReadMe.markdown
@@ -0,0 +1 @@
+ReadMe.txt
\ No newline at end of file
diff --git a/ReadMe.txt b/ReadMe.txt
new file mode 100644
index 0000000..ac5da55
--- /dev/null
+++ b/ReadMe.txt
@@ -0,0 +1,26 @@
+QtKeychain
+==========
+
+QtKeychain is a Qt API to securely write and read passwords. The passwords are stored in the platform's keychain service.
+In case there is no such service available, QtKeychain will report an error. It will not store any data unencrypted.
+
+Currently, the following platforms are supported:
+
+Mac OS X
+--------
+
+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 
+[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.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list