KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Kyle Manna faa055010f challenge: Propagate failed challenge to caller
* If a removed Yubikey is to blame, re-inserting the Yubikey won't
  resolve the issue.  Hot plug isn't supported at this point.
* The caller should detect the error and cancel the database write.

Signed-off-by: Kyle Manna <kyle@kylemanna.com>
2017-01-08 16:40:25 -08:00
.github Update broken link #112 (#113) 2016-11-23 18:08:11 -05:00
.tx Moved transifex to new url 2016-11-11 16:30:57 -05:00
cmake keys: yk: Add YubiKey hardware driver support 2017-01-07 23:18:59 -08:00
setup/gui Add icon and desktop file to snapcraft build (#91) 2016-11-11 11:34:32 -05:00
share Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
src challenge: Propagate failed challenge to caller 2017-01-08 16:40:25 -08:00
tests tests: Add YubiKey Tests 2017-01-07 23:20:27 -08:00
utils Fix build for 64-bit Windows (#130) 2016-12-20 18:41:15 -05:00
.gitattributes Display git revision in about dialog. 2015-07-18 13:14:13 +02:00
.gitignore Updated readme file 2016-10-05 23:03:13 -04:00
.travis.yml Add autotype library linking 2017-01-02 22:25:36 -05:00
CHANGELOG Finalize changelog. 2016-10-02 21:50:15 -04:00
CMakeLists.txt keys: yk: Add YubiKey hardware driver support 2017-01-07 23:18:59 -08:00
COPYING Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
INSTALL.md Updated INSTALL documentation. (#140) 2017-01-04 18:47:29 -05: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.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00
README.md XR -> XC (#114) 2016-11-24 13:15:34 -05:00
snapcraft.yaml Add the packaging metadata to build the keepassxc snap (#83) 2016-11-07 14:57:06 -05:00

KeePassXC - KeePass Cross-platform Community Edition

Travis Build Status Coverage Status

About

Fork of KeePassX that aims to incorporate stalled Pull Requests, features, and bug fixes that are not being incorporated into the main KeePassX baseline.

Additional Reboot Features

  • keepasshttp support for use with PassIFox for Mozilla Firefox and chromeIPass for Google Chrome.

KeePassHttp implementation has been forked from jdachtera's repository, which in turn was based on code from code with Francois Ferrand's keepassx-http repository.

This is a rebuild from denk-mal's keepasshttp that brings it forward to Qt5 and KeePassX v2.x.

Installation

Right now KeePassXC does not have a precompiled executable or an installation package.
So you must install it from its source code.

More detailed instructions are available in the INSTALL file or at the Wiki page.

First you must download the KeePassXC source code as ZIP file or with Git.

Generally you can build and install KeePassXC with the following commands from a Terminal in the KeePassXC folder

mkdir build
cd build
cmake -DWITH_TESTS=OFF ..
make
sudo make install

Clone Repository

Clone the repository to a suitable location where you can extend and build this project.

git clone https://github.com/keepassxreboot/keepassxc.git

Note: This will clone the entire contents of the repository at the HEAD revision.

To update the project from within the project's folder you can run the following command:

git pull

Contributing

We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature, or would like to suggest a completely new feature for KeePassX Reboot, please use the Issues section or our Google Groups forum.

Please review the CONTRIBUTING document for further information.