A simple password manager
Go to file
Martchus c217b4f5b4 Fix deref nullptr when adding new field and pw hidden 2017-10-21 21:14:50 +02:00
android First commit 2015-04-22 19:30:09 +02:00
cli Reformat using clang-tidy 5.0 2017-09-29 17:20:03 +02:00
gui Fix deref nullptr when adding new field and pw hidden 2017-10-21 21:14:50 +02:00
model Reformat using clang-tidy 5.0 2017-09-29 17:20:03 +02:00
qml added simple CMake project file 2015-12-05 22:52:00 +01:00
quickgui Reformat using clang-tidy 5.0 2017-09-29 17:20:03 +02:00
resources reduce code duplication in build system 2016-04-16 00:51:52 +02:00
translations Update translations 2017-06-10 22:26:23 +02:00
util fixed includes 2015-09-06 20:33:09 +02:00
.gitignore Apply clang-format 2017-05-01 03:26:04 +02:00
CMakeLists.txt Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:16:44 +02:00
LICENSE Initial commit 2015-04-22 19:14:53 +02:00
README.md Add note about download 2016-09-14 20:05:16 +02:00
main.cpp Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:16:44 +02:00

README.md

Password Manager

A simple password manager with Qt 5 GUI using AES-256-CBC encryption via OpenSSL.

Download / binary repository

I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a separate repository. For binaries checkout my website.

Build instructions

The Password Manager depends on c++utilities, qtutilities and passwordfile and is built in the same way as these libaries.

The following Qt 5 modules are requried when building with Qt GUI support: core gui widgets