Extend README.md

This commit is contained in:
Martchus 2017-04-27 22:41:42 +02:00
parent cf04af93a4
commit d4bb111800
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# passwordfile
C++ library to read/write passwords from/to encrypted files.
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.