2 C++ library to read/write key-value pairs from/to AES-256 encrypted files.
3 It allows to organize the key-value pairs in tables within an hierarchical
4 structure. The data can be compressed with gzip before applying the encryption.
7 The passwordfile library depends on c++utilities and is built in the same way.
8 It also depends on OpenSSL and zlib.