2015-01-30 00:42:45 -08:00
2014-05-18 01:33:22 +02:00
2014-11-02 15:42:39 +01:00
2013-11-17 13:38:42 +01:00
2014-04-12 15:45:09 +02:00
2014-06-16 13:08:39 +02:00
2013-03-23 21:50:23 +01:00
2013-03-24 14:16:34 +01:00
2015-01-30 00:42:45 -08:00

KeePassX + keepasshttp

About

Fork of KeePassX with keepasshttp support for use with PassIFox for Mozilla Firefox and chromeIPass for Google Chrome.

My intention is to keep this repository as up-to-date with the main keePassX repo as possible and, time allowing, clean-up the keepasshttp implementation enough for it to be merged with upstream.

Build Dependencies

The following tools must exist within your PATH:

  • make
  • cmake (>= 2.6.4)
  • g++ or clang++

The following libraries are required:

  • Qt 4 (>= 4.6)
  • libgcrypt
  • zlib
  • QJSON

Build Steps

To compile from source:

mkdir build
cd build
cmake ..
make [-jX]

You will have the compiled KeePassX binary inside the ./build/src/ directory.

To install this binary execute the following:

sudo make install

More detailed instructions available in the INSTALL file.

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