Janek Bevendorff e443cde452 Add a new database settings wizard
This patch implements a new database wizard to guide users through the process
of setting up a new database and choosing sane encryption settings.

It also reimplements the master key settings to be more
user-friendly. Users can now add, change, or remove individual composite
key components instead of having to set all components at once. This
avoids confusion about a password being reset if the user only wants to
add a key file.

With these changes comes a major refactor of how database composite keys and key
components are handled. Copying of keys is prohibited and each key
exists only once in memory and is referenced via shared pointers. GUI
components for changing individual keys are encapsulated into separate
classes to be more reusable. The password edit and generator widgets
have also been refactored to be more reusable.
2018-09-25 21:12:47 +02:00
2018-03-31 12:15:09 -04:00
2016-11-11 16:30:57 -05:00
2018-09-25 21:12:47 +02:00
2018-09-25 21:12:47 +02:00
2018-09-25 21:12:47 +02:00
2017-10-21 10:12:28 -06:00
2018-03-31 12:15:09 -04:00
2018-06-24 19:47:24 -04:00
2018-09-18 22:45:44 -04:00
2013-03-23 21:50:23 +01:00
2013-03-24 14:16:34 +01:00
2018-06-10 23:24:02 -04:00
2018-08-24 09:42:38 -04:00
2018-09-16 10:28:39 -04:00

KeePassXC

TeamCity Build Status 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

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!

Description
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Readme 83 MiB
Languages
C++ 97.3%
CMake 1.2%
Shell 0.8%
PowerShell 0.3%
Objective-C++ 0.3%