KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
C++ C CMake Shell Roff Objective-C++
Latest commit 92ab7be Jan 9, 2018 @phoerious phoerious Merge pull request #1329 from adolfogc/refactor/database-widget
Refactor src/DatabaseWidget.cpp
Permalink
Failed to load latest commit information.
.github Remove emoji in commit messages from style guide Oct 21, 2017
.tx Moved transifex to new url Nov 11, 2016
ci/trusty Update CI Dockerfile to include libsodium and bump minimum supported … Jan 4, 2018
cmake keepassxc-browser Jan 4, 2018
docs Create docs directory and QUICKSTART.md instructions; editorial pass … ( Nov 26, 2017
share Added dark tray icon parameter to settings. Dec 27, 2017
src Refactor src/DatabaseWidget.cpp Jan 9, 2018
tests Add test for drag and drop database files into main window Jan 3, 2018
utils Improve building of macOS target Oct 21, 2017
.clang-format Updating .clang-format (#915) Aug 31, 2017
.gitattributes Add github-linguist language hints. Feb 15, 2017
.gitignore Merge branch 'release/2.2.2' into develop Oct 19, 2017
.travis.yml Add WITH_XC_SSHAGENT flag to build config and use cmake3 package Dec 26, 2017
AppImage-Recipe.sh Merge branch 'release/2.2.3' into develop Nov 26, 2017
CHANGELOG Bump version to 2.2.4 Dec 13, 2017
CMakeLists.txt keepassxc-browser Jan 4, 2018
COPYING SSH agent support Nov 19, 2017
Dockerfile Update CI Dockerfile to include libsodium and bump minimum supported … Jan 4, 2018
INSTALL.md keepassxc-browser Jan 4, 2018
LICENSE.BOOST-1.0 Display git revision in about dialog. Jul 18, 2015
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. Sep 11, 2010
LICENSE.CC0 Fix database icons license issues. Mar 23, 2013
LICENSE.GPL-2 Add "LICENSE" prefix to license filenames. Aug 15, 2010
LICENSE.GPL-3 Add "LICENSE" prefix to license filenames. Aug 15, 2010
LICENSE.LGPL-2.1 Fix typo in filename. Mar 24, 2013
LICENSE.LGPL-3 Add LGPL-3 license text for the Oxygen icons. Mar 24, 2013
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. Sep 23, 2010
README.md keepassxc-browser Jan 4, 2018
release-tool Bundle qtbase translations with macOS and AppImage releases Dec 23, 2017
snapcraft.yaml keepassxc-browser Jan 4, 2018

README.md

KeePassXC

TeamCity Build Status Coverage Status

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.

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.

Note about KeePassHTTP

The KeePassHTTP protocol is not a highly secure protocol. It has a certain flaw which could allow an attacker to decrypt your passwords should they manage to impersonate the web browser extension from a remote address.

(See here and here).

To minimize the risk, KeePassXC strictly limits communication between itself and the browser plugin to your local computer (localhost). This makes your passwords quite safe, but as with all open source software, use it at your own risk!