Registry / auth / qtkeychain

qtkeychain

JSON →
library0.14.3vcpkgunverified

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

vcpkg install qtkeychain
INSTALL
IMPORT
SIG · QTKEYCHAIN
Q
qtkeychain
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.

qt5keychain/keychain.h
#include <qt5keychain/keychain.h>

Stores a password securely using the system keychain.

#include <qt5keychain/keychain.h> int main() { auto job = new QKeychain::WritePasswordJob("myapp"); job->setKey("mykey"); job->setTextData("secret"); job->start(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources

No resource links recorded.

qtkeychain — pip install qtkeychain · libregistry