1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 09:46:43 +00:00
Picocrypt/Changelog.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2021-04-07 17:49:45 +00:00
# v1.13 (Soon to be released)
# v1.12 (Released 04/07/2021)
2021-03-24 00:58:08 +00:00
<ul>
2021-03-28 17:44:10 +00:00
<li>Beautiful UI</li>
2021-04-03 21:50:10 +00:00
<li>More than x2 as fast as previous versions</li>
2021-03-24 00:58:08 +00:00
<li>Add cancel button to cancel encryption/decryption</li>
2021-03-24 14:15:09 +00:00
<li>(Bug) Delete existing file only if password is correct</li>
2021-03-24 00:58:08 +00:00
<li>Minor aesthetic fixes</li>
2021-03-28 17:44:10 +00:00
<li>Complete rewrite from scratch, to ensure reliability and security</li>
<li>Better anti-corruption (re-defined header format)</li>
<li>Switch to Argon2d instead Argon2id for better security</li>
2021-04-03 21:50:10 +00:00
<li>Switch from SHA3 to BLAKE3 for corruption check</li>
2021-03-31 15:25:21 +00:00
<li>Better user flow</li>
2021-03-24 00:58:08 +00:00
</ul>
2021-03-26 19:03:51 +00:00
<strong>Note: v1.12 will be INCOMPATIBLE with all previous releases!</strong>
2021-03-24 00:58:08 +00:00
2021-04-07 17:49:45 +00:00
# v1.11 (released 03/23/2021)
2021-03-21 16:43:05 +00:00
<ul>
2021-03-23 23:11:44 +00:00
<li>Much more secure wipe via <code>sdelete64</code> for Windows, <code>shred</code> for Linux, and <code>rm -P</code> for MacOS</li>
<li>Much more beautiful UI for MacOS</li>
2021-03-22 15:51:07 +00:00
<li>Robust secure wipe support for drag and dropped files/folders</li>
2021-03-23 23:11:44 +00:00
<li>Only open input files in read mode, since write mode is unnecessary</li>
<li>Clean up source code, add better comments</li>
<li><strong>New: </strong>Drag and drop support (multiple files, a folder, a file and a folder, etc.)</li>
2021-03-21 16:43:05 +00:00
</ul>