From cf0786a1bd744161d9547e0f0337c942d799e6ee Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:32:18 +0200 Subject: [PATCH] Bump to version 2.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1278225..79dcb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2.0.0 + +- Add possibility to use a custom key derivation function +- Add _Scrypt_ as key derivation function +- A list of salts are required when encrypting, instead of a single one +- If not specified, salts are randomly generated instead of using a default one +- Salts are written to the encrypted file +- No need to specify salts when decrypting anymore, since they are written in the file + +**NOTE:** files or data encrypted with the old version cannot be decrypted with the new one + # 1.0.5 - Fix setting of logging level