From 7aadd6c0a7b70c8f49ca49d414adac118546f3bf Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:06:32 -0400 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 191aee4..8a3036a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,9 @@
  • Add cancel button to cancel encryption/decryption
  • (Bug) Delete existing file only if password is correct
  • Minor aesthetic fixes
  • -
  • Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited.
  • +
  • Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited
  • +
  • Better anti-corruption
  • +
  • Switch to BLAKE2b and Argon2d instead of Keccak and Argon2id for better security
  • Note: v1.12 will be INCOMPATIBLE with all previous releases!