Passwordfile library  3.1.4
C++ library to read/write passwords from/to encrypted files
README.md
Go to the documentation of this file.
1 # passwordfile
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.
5 
6 ## Build instructions
7 The passwordfile library depends on c++utilities and is built in the same way.
8 It also depends on OpenSSL and zlib.