passwordfile/README.md

15 lines
542 B
Markdown
Raw Permalink Normal View History

2015-04-22 19:05:41 +02:00
# passwordfile
2020-01-02 20:17:02 +01:00
C++ library to read/write key-value pairs from/to AES-256-CBC encrypted files.
It is using OpenSSL under the hood. The key-value pairs are organized 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.
2022-04-05 20:18:35 +02:00
## Copyright notice and license
2024-02-04 20:38:44 +01:00
Copyright © 2015-2024 Marius Kittler
2022-04-05 20:18:35 +02:00
All code is licensed under [GPL-2-or-later](LICENSE).