KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
louib 504904a414 Refactor database extraction (#2698)
Previously, extracting the XML from a database was done with the
`saveXml` attribute in the `KeePass2Reader` class.

This had several unfortunate consequences:
* The `KdbxReader` class had to import the `KdbxXmlWriter` class
in order to perform the export (bad separation of concerns);
* The CLI database unlocking logic had to be duplicated only
for the `Extract` command;
* The `xmlData` had to be stored in the `KeePass2Reader` as
a temporary result.
* Lots of `setSaveXml` functions were implemented only
to trickle down this functionality.

Also, the naming of the `saveXml` variable was not really
helpful to understand it's role.

Overall, this change will make it easier to maintain and expand
the CLI database unlocking logic (for example, adding a `--no-password`
option as requested in https://github.com/keepassxreboot/keepassxc/issues/1873)
It also opens to door to other types of extraction/exporting (for
example exporting to CSV, as requested in
https://github.com/keepassxreboot/keepassxc/issues/2572)
2019-02-13 19:24:54 +01:00
.github Remove redundant issue templates 2019-01-28 23:29:33 -05:00
.tx Moved transifex to new url 2016-11-11 16:30:57 -05:00
ci/trusty Fixed ci builds 2019-01-04 11:03:15 +01:00
cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
docs Merge branch 'develop' 2018-12-18 22:28:56 -05:00
share Merge branch 'develop' into feature/sharing_groups 2019-01-16 22:54:36 -05:00
src Refactor database extraction (#2698) 2019-02-13 19:24:54 +01:00
tests Select group when adding credentials from browser extension (#2637) 2019-01-30 09:48:22 -05:00
utils Improve building of macOS target 2017-10-21 10:12:28 -06: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 Add Git tracking ignore rules for snapcraft 2018-10-16 14:27:31 -04:00
CHANGELOG Bumped version number to 2.4.0-preview 2018-09-16 10:28:39 -04:00
CMakeLists.txt Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
COPYING Add favicon fetch button next to entry's url edit textbox (#2439) 2018-11-24 17:30:55 -05:00
Dockerfile Revert commit c682b4 because it broke appimages 2019-01-30 15:03:07 -05:00
INSTALL.md Update checking feature (#2648) 2019-01-30 09:11:50 -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.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 Update README after KeePassHTTP deprecation. 2019-01-28 22:40:44 -05:00
release-tool Fix typo in release-tool 2019-01-30 16:25:45 -05:00
snapcraft.yaml Corrected formatting and cleanup 2019-01-16 22:53:29 -05: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

  • Auto-Type on all three major platforms (Linux, Windows, macOS)
  • Twofish encryption
  • YubiKey challenge-response support
  • TOTP generation
  • CSV import
  • Command line interface
  • DEP and ASLR hardening
  • Stand-alone password and passphrase generator
  • Password strength meter
  • Using website favicons as entry icons
  • Merging of databases
  • Automatic reload when the database changed on disk
  • Browser integration with KeePassXC-Browser using native messaging for Mozilla Firefox and Google Chrome or Chromium
  • Synchronize passwords using KeeShare. See Using Sharing for more details.
  • Many bug fixes

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.

License

GPL-2 or GPL-3