Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ QtKeychain is a Qt API to store passwords and other secret data securely. How th

* **macOS:** Passwords are stored in the macOS Keychain.

* **Linux/Unix:** If running, GNOME Keyring is used, otherwise QtKeychain tries to use KWallet (via D-Bus), if available. Libsecret (common API for desktop-specific solutions)
* **Linux/Unix:** If running, GNOME Keyring is used(libgnome-keyring has been deprecated and replaced by libsecret from 2021 year),
otherwise QtKeychain tries to use KWallet (via D-Bus), if available. Libsecret (common API for desktop-specific solutions)
is also supported.

* **Windows:** By default, the Windows Credential Store is used (requires Windows 7 or newer).
Expand Down