Warning, /frameworks/kwallet/README.md is written in an unsupported language. File is not indexed.
0001 # KWallet Framework 0002 0003 Safe desktop-wide storage for passwords 0004 0005 ## Introduction 0006 0007 This framework contains two main components: 0008 * Interface to KWallet, the safe desktop-wide storage for passwords on KDE work 0009 spaces. 0010 * The kwalletd used to safely store the passwords on KDE work spaces. 0011 0012 The library can be built alone, without kwalletd, by setting the 0013 `BUILD_KWALLETD` option to `OFF`. 0014 0015