KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Wolfram Rösler b13454eeb4 Compile with Compiler Cache (ccache) if it's installed
Install with `sudo apt install ccache`.

Makes building a huge lot faster, especially when switching branches.
Nothing happens if ccache is not installed.

Example: (measured on my laptop)

```
$ ccache -C # clear the cache
$ rm -fr build
$ cd build
$ cmake -DWITH_XC_ALL=ON -DCMAKE_BUILD_TYPE=Release ..
$ time make -j4
...
real	5m8,817s
user	16m47,107s
sys	1m38,808s

$ rm -fr ../build/*
$ cmake -DWITH_XC_ALL=ON -DCMAKE_BUILD_TYPE=Release ..
$ time make -j4
...
real	0m32,571s
user	1m0,253s
sys	0m24,069s
```
2019-06-09 20:01:12 -04:00
.github Fix syntax highlighting in CONTRIBUTING.md (#2997) 2019-04-13 16:31:43 +02:00
.tx Update translation source file 2019-03-19 18:56:17 -04:00
ci/trusty Fixed ci builds 2019-01-04 11:03:15 +01:00
cmake Fix QuaZip find module on macOS and clean up code. 2019-05-01 18:25:32 -04:00
docs Fix typo in QUICKSTART.md 2019-03-20 09:51:04 -04:00
share Merge branch 'master' into develop 2019-05-31 16:17:47 -04:00
snap Merge branch 'release/2.4.2' into develop 2019-05-30 17:22:09 -04:00
src Settings option to shush success KeeShare notifications (#3236) 2019-06-07 08:43:25 -04:00
tests Merge branch 'release/2.4.2' into develop 2019-05-30 17:22:09 -04:00
utils multiple database with --pw-stdin (#2916) 2019-04-25 10:37:13 -04:00
.clang-format Add ClangFormat rules 2018-03-31 12:15:09 -04:00
.gitattributes Add github-linguist language hints. 2017-02-15 16:36:02 -05:00
.gitignore Updated contributors in about dialog (#2683) 2019-02-15 08:56:11 -05:00
CHANGELOG 2.4.2 Changelog 2019-05-31 16:01:54 -04:00
CMakeLists.txt Compile with Compiler Cache (ccache) if it's installed 2019-06-09 20:01:12 -04:00
COPYING Add Freedesktop.org Secret Storage Spec Server Side API (Fix #1403) 2019-05-12 12:35:42 -04:00
Dockerfile Revert commit c682b4 because it broke appimages 2019-01-30 15:03:07 -05:00
INSTALL.md Add Freedesktop.org Secret Storage Spec Server Side API (Fix #1403) 2019-05-12 12:35:42 -04:00
LICENSE.BOOST-1.0 Display git revision in about dialog. 2015-07-18 13:14:13 +02:00
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. 2010-09-11 19:49:30 +02:00
LICENSE.CC0 Fix database icons license issues. 2013-03-23 21:50:23 +01:00
LICENSE.GPL-2 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.GPL-3 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.LGPL-2.1 Fix typo in filename. 2013-03-24 14:16:34 +01:00
LICENSE.LGPL-3 Add LGPL-3 license text for the Oxygen icons. 2013-03-24 11:54:20 +01:00
LICENSE.MIT Fix macOS building and code signing, resolves #1344 2018-01-13 23:49:24 +01:00
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00
README.md Add integration with Brave browser 2019-04-07 21:00:15 -04:00
release-tool Enhance release-tool handling of app signing 2019-04-10 16:12:33 -04:00
sonar-project.properties Add support for SonarCloud analysis 2018-06-20 20:37:50 -04:00

KeePassXC

TeamCity Build Status codecov

About KeePassXC

KeePassXC is a cross-platform community fork of KeePassX. Our goal is to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.

Installation

The KeePassXC QuickStart gets you started using KeePassXC on your Windows, Mac, or Linux computer using pre-compiled binaries from the downloads page.

Additionally, individual Linux distributions may ship their own versions, so please check out your distribution's package list to see if KeePassXC is available.

Additional features compared to KeePassX

  • Auto-Type on all three major platforms (Linux, Windows, macOS)
  • Twofish encryption
  • YubiKey challenge-response support
  • TOTP generation
  • CSV import
  • Command line interface
  • DEP and ASLR hardening
  • Stand-alone password and passphrase generator
  • Password strength meter
  • Using website favicons as entry icons
  • Merging of databases
  • Automatic reload when the database changed on disk
  • Browser integration with KeePassXC-Browser using native messaging for Mozilla Firefox and Google Chrome, Chromium, Vivaldi, or Brave
  • Synchronize passwords using KeeShare. See Using Sharing for more details.
  • Many bug fixes

For a full list of features and changes, read the CHANGELOG document.

Building KeePassXC

Detailed instructions are available in the Build and Install page or on the Wiki page.

Contributing

We are always looking for suggestions how to improve our application. If you find any bugs or have an idea for a new feature, please let us know by opening a report in our issue tracker on GitHub or join us on IRC on freenode channels #keepassxc or #keepassxc-dev.

You can of course also directly contribute your own code. We are happy to accept your pull requests.

Please read the CONTRIBUTING document for further information.

License

GPL-2 or GPL-3