• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

autotests/H03-May-2022-8860

cmake/H04-Dec-2021-6960

docs/H03-May-2022-185177

examples/asynchronous_app/H03-May-2022-15096

po/H04-Dec-2021-64,97156,897

src/H03-May-2022-12,72210,011

tests/H03-May-2022-706455

.git-blame-ignore-revsH A D04-Dec-2021184 65

.gitignoreH A D04-Dec-2021305 2928

.gitlab-ci.ymlH A D04-Dec-2021284 75

.kde-ci.ymlH A D04-Dec-2021543 1816

README.mdH A D04-Dec-2021385 169

metainfo.yamlH A D04-Dec-2021366 2119

README.md

1# KWallet Framework
2
3Safe desktop-wide storage for passwords
4
5## Introduction
6
7This framework contains two main components:
8* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work
9spaces.
10* The kwalletd used to safely store the passwords on KDE work spaces.
11
12The library can be built alone, without kwalletd, by setting the
13`BUILD_KWALLETD` option to `OFF`.
14
15
16