KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Find a file
Janek Bevendorff 22af66e3b5 Ensure database contents are released right away.
When we lock a database, we reset the database pointer to
free its resources. Since various other widgets besides the
DatabaseWidget hold references to the shared pointer object,
however, it cannot be guaranteed that the actual database
object will be freed right away. This patch adds a releaseData()
method which is called upon database lock to ensure all
residual data is cleared without having to rely on the actual
database object being cleaned up.
2019-11-09 11:33:32 +01:00
.github Fix 'beginner issues' link to use correct label 2019-06-11 18:05:34 -04:00
.tx Update translation source file 2019-03-19 18:56:17 -04:00
cmake CLI: Add interactive session mode command open 2019-09-28 11:24:42 -04:00
docs Update QUICKSTART.md 2019-09-28 11:27:10 -04:00
share CLI: do not display protected fields by default. 2019-11-01 22:53:54 -04:00
snap Merge branch 'master' into develop 2019-06-12 01:10:25 +02:00
src Ensure database contents are released right away. 2019-11-09 11:33:32 +01:00
tests Relax strictness of TOTP Base32 validation 2019-11-09 00:53:40 +01:00
utils Update About Dialog contributors and translators (#3669) 2019-10-26 20:53:18 +02: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.md Last changelog updates and update to appdata.xml file 2019-10-26 21:15:17 +02:00
CMakeLists.txt Check include malloc.h and malloc_usable_size(3) 2019-11-01 22:54:24 -04:00
COPYING Update copyright year to 2019 2019-10-22 21:53:48 -04:00
INSTALL.md Merge branch 'master' into develop 2019-06-12 01:10:25 +02: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 keepassxc man page and move cli man page to share folder (#3665) 2019-10-25 20:45:38 +02:00
release-tool Convert CHANGELOG to Markdown Format (#3512) 2019-09-08 13:30:51 +02: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

For a full list of features and changes, read the CHANGELOG document. For a full list of keyboard shortcuts, see KEYBINDS

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