passwordmanager/README.md

13 lines
634 B
Markdown
Raw Normal View History

2016-09-14 20:05:16 +02:00
# 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](https://github.com/Martchus/PKGBUILDs). For binaries checkout my
[website](http://martchus.no-ip.biz/website/page.php?name=programming).
2015-05-19 23:04:29 +02:00
## Build instructions
2015-08-26 21:12:43 +02:00
The Password Manager depends on c++utilities, qtutilities and passwordfile and is built in the same way as these libaries.
2015-05-19 23:04:29 +02:00
The following Qt 5 modules are requried when building with Qt GUI support: core gui widgets