C++ library to read/write passwords from/to encrypted files
Go to file
Martchus b860d01b1e - added global extended header (introducing global file format version
4)
- unknown extended headers will not be just ignored anymore, they will
be read and written again when saving the file
2015-06-07 00:14:00 +02:00
aes First commit 2015-04-22 19:06:29 +02:00
io - added global extended header (introducing global file format version 2015-06-07 00:14:00 +02:00
pkgbuild increased version number 2015-06-07 00:10:20 +02:00
util First commit 2015-04-22 19:06:29 +02:00
.gitignore Create .gitignore 2015-04-22 19:13:19 +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 First commit 2015-04-22 19:06:29 +02:00
passwordfile.doxygen First commit 2015-04-22 19:06:29 +02:00
passwordfile.pro First commit 2015-04-22 19:06:29 +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.