A simple password manager
Go to file
Martchus d8b6aeb818 Improve editing fields in Qt Quick GUI 2018-06-13 00:41:24 +02:00
android First commit 2015-04-22 19:30:09 +02:00
cli Allow to retry opening in interactive CLI 2017-12-17 23:38:45 +01:00
gui Prevent memory leak in StackSupport 2018-06-10 22:51:43 +02:00
model Improve editing fields in Qt Quick GUI 2018-06-13 00:41:24 +02:00
qml Improve editing fields in Qt Quick GUI 2018-06-13 00:41:24 +02:00
quickgui Improve cut and paste in Qt Quick GUI 2018-06-12 22:20:43 +02:00
resources Continue development of Qt Quick GUI 2018-05-20 01:59:56 +02:00
testfiles Continue development of Qt Quick GUI 2018-05-20 01:59:56 +02:00
translations Add plural for "Remove field(s)" 2018-04-06 17:00:28 +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 Continue development of Qt Quick GUI 2018-05-20 01:59:56 +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 Improve startup code for WIP Qt Quick GUI 2018-04-22 20:38:29 +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