C++ library to read/write passwords from/to encrypted files
Go to file
Martchus 29220159fa Apply clang-format 2017-05-01 03:25:30 +02:00
aes Fix decoration for static builds 2016-08-29 15:42:07 +02:00
io Apply clang-format 2017-05-01 03:25:30 +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 Apply clang-format 2017-05-01 03:25:30 +02:00
.gitignore Apply clang-format 2017-05-01 03:25:30 +02: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 Extend README.md 2017-04-27 22:41:42 +02:00
global.h Apply clang-format 2017-05-01 03:25:30 +02:00

README.md

passwordfile

C++ library to read/write key-value pairs from/to AES-256 encrypted files. It allows to organize the key-value pairs in tables within an hierarchical structure. The data can be compressed with gzip before applying the encryption.

Build instructions

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