passwordfile/README.md

9 lines
384 B
Markdown
Raw Normal View History

2015-04-22 19:05:41 +02:00
# passwordfile
2017-04-27 22:41:42 +02:00
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.
2015-05-19 22:43:48 +02:00
## Build instructions
The passwordfile library depends on c++utilities and is built in the same way.
It also depends on OpenSSL and zlib.