|
4 weeks ago | |
---|---|---|
aes | 5 years ago | |
io | 4 weeks ago | |
testfiles | 5 years ago | |
tests | 4 weeks ago | |
util | 1 year ago | |
.gitignore | 4 years ago | |
CMakeLists.txt | 4 weeks ago | |
LICENSE | 6 years ago | |
README.md | 1 year ago | |
global.h | 2 years ago |
C++ library to read/write key-value pairs from/to AES-256-CBC encrypted files. It is using OpenSSL under the hood. The key-value pairs are organized in tables within an hierarchical structure. The data can be compressed with gzip before applying the encryption.
The passwordfile library depends on c++utilities and is built in the same way. It also depends on OpenSSL and zlib.