Picocrypt/Changelog.md

56 lines
3.3 KiB
Markdown
Raw Normal View History

2021-07-17 03:11:33 +12:00
# v1.14 (Expected to be released in ~1 month)
2021-07-17 11:26:19 +12:00
<strong>v1.14 will unfortunately be incompatible with v1.13, but because I have appended the encryptor version to the encrypted data in v1.13, v1.14 and on will be able to tell you which version your data was encrypted with so that you can fetch the correct verion of Picocrypt. There are no security issues in any previous versions of Picocrypt.</strong>
2021-07-17 03:11:33 +12:00
<ul>
<li>Add an window icon for Windows using Resource Hacker (GLFW_ICON)</li>
<li>Switch to a new Reed-Solomon encoder that automatically corrects errors</li>
<li>Add a "Paranoid mode", which will use the Serpent cipher in addition to ChaCha20</li>
2021-07-17 11:20:23 +12:00
<li>Cleaner code with plenty of comments for people taking a look</li>
<li>Metadata is now Reed-Solomon encoded (everything bit of header data such as nonces and Poly1305s are RS-encoded)</li>
<li>Reed-Solomon checkbox is now enabled and Reed-Solomon works</li>
<li>Paranoid shredding now works on Windows</li>
2021-07-19 13:23:56 +12:00
<li>Fixed Windows zip extract error notice that doesn't appear in 7-Zip</li>
<li>Optional shred temporary files checkbox</li>
2021-07-17 03:11:33 +12:00
<li>Remove BLAKE3 from the checksum generator tab, as it has no practical use and requires a non-standard library</li>
2021-07-19 13:23:56 +12:00
<li>Improved user flow</li>
<li>Code optimizations</li>
<li>Many bug fixes/stability improvments</li>
2021-07-17 03:11:33 +12:00
</ul>
2021-05-30 11:20:05 +12:00
# v1.13 (Released 5/29/2021)
2021-07-17 11:26:19 +12:00
<strong>Note: v1.13 will be INCOMPATIBLE with all previous releases! <s>This will likely be the last change in the header format, meaning that all future releases _should_ be compatible with v1.13 and on.</s></strong>
2021-04-23 10:26:03 +12:00
<ul>
<li>Picocrypt has been ported from Python to Go, thus completely rewritten</li>
2021-05-04 04:47:34 +12:00
<li>Added fast mode, which can achieve ~250MB/s</li>
<li>Added file shredder and file checksum generator</li>
2021-05-30 11:20:05 +12:00
<li>Automatically checks for newer versions</li>
<li>Added file chunking support</li>
2021-04-23 10:26:03 +12:00
</ul>
2021-04-08 05:49:45 +12:00
2021-04-12 14:39:57 +12:00
# v1.12.1 (Bug fix patch, released 04/11/2021)
2021-04-12 11:44:07 +12:00
There was a major bug in v1.12 that caused the "Secure wipe" feature to show "Unknown error" when done. This wasn't anything serious security-wise and v1.12.1 has the fix for this bug. Also, a bug that causes "Secure wipe" to hang has been fixed.
2021-04-12 07:26:23 +12:00
2021-04-08 05:49:45 +12:00
# v1.12 (Released 04/07/2021)
2021-03-24 13:58:08 +13:00
<ul>
2021-03-29 06:44:10 +13:00
<li>Beautiful UI</li>
2021-04-04 09:50:10 +12:00
<li>More than x2 as fast as previous versions</li>
2021-03-24 13:58:08 +13:00
<li>Add cancel button to cancel encryption/decryption</li>
2021-03-25 03:15:09 +13:00
<li>(Bug) Delete existing file only if password is correct</li>
2021-03-24 13:58:08 +13:00
<li>Minor aesthetic fixes</li>
2021-03-29 06:44:10 +13: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-04 09:50:10 +12:00
<li>Switch from SHA3 to BLAKE3 for corruption check</li>
2021-04-01 04:25:21 +13:00
<li>Better user flow</li>
2021-03-24 13:58:08 +13:00
</ul>
2021-03-27 08:03:51 +13:00
<strong>Note: v1.12 will be INCOMPATIBLE with all previous releases!</strong>
2021-03-24 13:58:08 +13:00
2021-04-08 05:49:45 +12:00
# v1.11 (released 03/23/2021)
2021-03-22 05:43:05 +13:00
<ul>
2021-03-24 12:11:44 +13: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-23 04:51:07 +13:00
<li>Robust secure wipe support for drag and dropped files/folders</li>
2021-03-24 12:11:44 +13: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-22 05:43:05 +13:00
</ul>