C++ library to read/write passwords from/to encrypted files
Go to file
Martchus 6ad5c6937e updated version 2015-10-16 21:38:53 +02:00
aes fixed includes 2015-09-06 20:33:27 +02:00
io fixed includes 2015-09-06 20:33:27 +02:00
util fixed includes 2015-09-06 20:33:27 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:24:31 +02:00
LICENSE Initial commit 2015-04-22 19:05:41 +02:00
README.md added build instructions 2015-05-19 22:43:48 +02:00
general.pri set meta data (win32) 2015-09-22 01:59:16 +02:00
passwordfile.doxygen First commit 2015-04-22 19:06:29 +02:00
passwordfile.pro updated version 2015-10-16 21:38:53 +02:00

README.md

passwordfile

C++ library to read/write passwords from/to encrypted files.

Build instructions

The passwordfile library depends on c++utilities and is built in the same way. It also depends on OpenSSL and zlib.