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!