Registry / auth / kf5wallet

kf5wallet

JSON →
library5.116.0vcpkgunverified

Safe desktop-wide storage for passwords

vcpkg install kf5wallet
INSTALL
IMPORT
SIG · KF5WALLET
K
kf5wallet
authcppv5.116.0
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.

KWallet/KWallet
#include <KWallet/KWallet>

Open the default KDE wallet

#include <KWallet/KWallet> #include <iostream> int main() { KWallet::Wallet *wallet = KWallet::Wallet::openWallet(KWallet::Wallet::NetworkWallet(), 0); if (wallet) { std::cout << "Wallet opened successfully" << std::endl; delete wallet; } return 0; }
Debug
Known issues
gotchaRequires KDE Frameworks 5 and D-Bus; may not work on non-Linux systems.
fix
Install KDE Frameworks 5 and ensure D-Bus is running.
affects: *
Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

kf5wallet — pip install kf5wallet · libregistry