KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Jonathan White 9bb2cfcd51 Moved transifex to new url
Signed-off-by: Jonathan White <support@dmapps.us>
2016-11-11 16:30:57 -05:00
.github 📝 Update CONTRIBUTING.md with Branch Strategy. close #24 [ci skip] 2016-10-27 19:28:39 +02: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 Rename application to KeePassXC and change icon (#70) 2016-11-03 00:05:30 -04:00
src Add unlock dialog on Autotype and show default Autotype sequence (#89) 2016-11-11 16:26:07 -05:00
tests Add Merge database utility function (#47) 2016-11-07 22:37:42 -05:00
utils search directory configured via environment 2016-10-25 10:18:23 -06: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 Build the snap in travis (#87) 2016-11-08 19:49:48 -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 Fix copyright file match for username-copy.png. 2015-07-19 21:16:22 +02: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 Fix the call to cmake (#82) 2016-11-05 17:37:28 -04: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 KeePassXR 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 KeePassXR source code as ZIP file or with Git.

Generally you can build and install KeePassXR with the following commands from a Terminal in the KeePassXR 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.