mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-30 19:32:33 +00:00
Update Changelog.md
This commit is contained in:
parent
4612a1237b
commit
7aadd6c0a7
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue