C++ library to read/write passwords from/to encrypted files
Go to file
Martchus 22619af7fb added tests 2016-02-28 01:07:58 +01:00
aes fixed includes 2015-09-06 20:33:27 +02:00
io check whether the current file is empty before creating backup 2016-02-27 23:21:44 +01:00
resources added resources 2015-12-13 20:44:09 +01:00
testfiles added tests 2016-02-28 01:07:58 +01:00
tests added tests 2016-02-28 01:07:58 +01:00
util added simple CMake project file 2015-12-05 22:50:00 +01:00
.gitignore added tests 2016-02-28 01:07:58 +01:00
CMakeLists.txt added tests 2016-02-28 01:07:58 +01: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 disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:44:29 +01:00
passwordfile.doxygen First commit 2015-04-22 19:06:29 +02:00
passwordfile.pro removed creation of Windows icon 2016-01-05 17:15:47 +01: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.