Registry / auth / qtkeychain-qt6

qtkeychain-qt6

JSON →
library0.14.3vcpkgunverified

(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely

vcpkg install qtkeychain-qt6
INSTALL
IMPORT
SIG · QTKEYCHAIN-QT6
Q
qtkeychain-qt6
authcppv0.14.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qt6keychain/keychain.h
✓ #include <qt6keychain/keychain.h>

Store a password securely using the system keychain

#include <qt6keychain/keychain.h> int main() { auto job = QtKeychain::WritePasswordJob("myapp"); job.setKey("mykey"); job.setTextData("mypassword"); job.start(); return 0; }
Debug
Known issues
gotchaRequires Qt6 and platform-specific keychain backend (e.g., KWallet, GNOME Keyring, macOS Keychain)
fix
Ensure Qt6 is installed and the appropriate backend is available at runtime
affects: *
Upgrade
Version history
0.14.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
Resources

No resource links recorded.

qtkeychain-qt6 — pip install qtkeychain-qt6 · libregistry