Update Changelog.md

This commit is contained in:
Evan Su 2021-03-26 15:06:32 -04:00 committed by GitHub
parent 4612a1237b
commit 7aadd6c0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,9 @@
<li>Add cancel button to cancel encryption/decryption</li>
<li>(Bug) Delete existing file only if password is correct</li>
<li>Minor aesthetic fixes</li>
<li>Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited.</li>
<li>Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited</li>
<li>Better anti-corruption</li>
<li>Switch to BLAKE2b and Argon2d instead of Keccak and Argon2id for better security</li>
</ul>
<strong>Note: v1.12 will be INCOMPATIBLE with all previous releases!</strong>