KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Jascha Dachtera 8584901f9e Merge branch 'master' of https://github.com/keithbennett/keepassx
Use SymmetricCipherGcrypt directly in Protocol.cpp to make it work with the latest master
revision.
2014-04-18 13:51:45 +02:00
cmake Replaced qhttpserver with libmicrohttp. 2014-03-23 17:25:39 +00:00
share Install mime info package on Linux. 2014-01-18 23:43:44 +01:00
src Merge branch 'master' of https://github.com/keithbennett/keepassx 2014-04-18 13:51:45 +02:00
tests Show a dialog when no window matches for auto-type. 2014-04-14 22:57:25 +02:00
utils Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
.gitignore ignore build dir 2013-11-17 13:38:42 +01:00
CHANGELOG Fix the alpha 6 release date. 2014-04-12 15:45:09 +02:00
CMakeLists.txt Merge branch 'master' of https://github.com/keithbennett/keepassx 2014-04-18 13:51:45 +02:00
COPYING Replace ArgumentParser with a backport of QCommandLineParser from Qt 5.2. 2014-01-18 15:23:55 +01:00
INSTALL Drop OS specific instructions from INSTALL file. 2013-11-30 12:50:24 +01: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 Added README.md 2014-03-23 19:25:15 +00:00

KeePassX + keepasshttp + autotype

This code extends the brilliant KeePassX program which accesses KeePass password databases.

I have merged the latest version of the code with Francois Ferrand's keepassx-http repository. This adds support for the keepasshttp protocol, enabling automatic form-filling in web browsers. This is accomplished via a compatible browser plugin such as PassIFox for Mozilla Firefox and chromeIPass for Google Chrome.

I have also added global autotype for OSX machines and added a few other minor tweaks and bugfixes.