KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Danny Su 63a1b49745 Fix build for 64-bit Windows (#130)
Building on 64-bit Windows gets to 99% and fails on this particular file due to the `stdafx.h` inclusion.
The macro in `entropy-meter.cpp` is different than `src/zxcvbn/zxcvbn.cpp`.
After copying the macro from `zxcvbn.cpp` and rebuilding, the Windows build succeeded.
2016-12-20 18:41:15 -05: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 Updated README badges and added code coverage 2016-11-04 00:47:04 -04: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 Fix build issue for openSuse (#126) 2016-12-11 21:50:17 -05:00
tests Search scopes to currently selected group (and children) (#118) 2016-11-28 19:02:21 -05: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 Set travis to only create snapcraft after gcc build 2016-11-25 10:12:45 -05:00
CHANGELOG Finalize changelog. 2016-10-02 21:50:15 -04:00
CMakeLists.txt Add Autotype on Windows and MacOS (#63) 2016-11-08 16:13:57 -05:00
COPYING Add some password-related feature (#92) 2016-11-23 21:59:24 -05:00
INSTALL Updated Pull Request Template and Contribute documents 2016-10-26 08:19:28 -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.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.