C++ library to read/write passwords from/to encrypted files
Go to file
Martchus cf04af93a4 Don't load OpenSSL config
* Doesn't seem to be required for just doing some AES
* OPENSSL_config(NULL) is deprecated anyways
2017-04-27 22:31:10 +02:00
aes Fix decoration for static builds 2016-08-29 15:42:07 +02:00
io Fix decoration for static builds 2016-08-29 15:42:07 +02:00
testfiles added tests 2016-02-28 01:07:58 +01:00
tests Use CPPUNIT_ASSERT_EQUAL with C++14 string literal 2017-02-06 18:38:02 +01:00
util Don't load OpenSSL config 2017-04-27 22:31:10 +02:00
.gitignore added tests 2016-02-28 01:07:58 +01:00
CMakeLists.txt Don't load OpenSSL config 2017-04-27 22:31:10 +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
global.h Declare public dependencies 2016-11-08 20:02:31 +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.