Mention that CBC and OpenSSL is used

This commit is contained in:
Martchus 2020-01-02 20:17:02 +01:00
parent 463c1f871f
commit 334a2093f6
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# passwordfile # passwordfile
C++ library to read/write key-value pairs from/to AES-256 encrypted files. C++ library to read/write key-value pairs from/to AES-256-CBC encrypted files.
It allows to organize the key-value pairs in tables within an hierarchical It is using OpenSSL under the hood. The key-value pairs are organized in tables
structure. The data can be compressed with gzip before applying the encryption. within an hierarchical structure. The data can be compressed with gzip before
applying the encryption.
## Build instructions ## Build instructions
The passwordfile library depends on c++utilities and is built in the same way. The passwordfile library depends on c++utilities and is built in the same way.