From d4bb11180050e0be0e0ff56b5c323e6f5b6db8bc Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 27 Apr 2017 22:41:42 +0200 Subject: [PATCH] Extend README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f6487..0e66e94 100644 --- a/README.md +++ b/README.md @@ -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.