Release v1.14

This commit is contained in:
Evan Su 2021-08-07 17:30:43 -04:00 committed by GitHub
parent 1719690859
commit 51dc3ebb85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
# v1.15 (future)
# v1.15 (work in progress, not ETA at the moment)
<ul>
<li>Add cancel button to file shredder</li>
<li>Password generator</li>
<li>Localization support</li>
<li>Localization support (use system default where possible)</li>
<li>Make UI more consistent (minor DPI issues)</li>
<li>Make keyfile support more reliable</li>
<li>Improve Reed-Solomon performance</li>
</ul>
# v1.14 (ETA: ~ 15 days)
# v1.14 (ETA: Released 08/07/2021)
<strong>v1.14 will unfortunately be incompatible with v1.13, as I have dropped Poly1305 in favour of an HMAC. Because I have appended the encryptor version to the encrypted data in v1.13, however, 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 as long as you use a strong password.</strong>
<ul>
<li>Low-severity security fix for the recently discovered <a href="https://eprint.iacr.org/2020/1491.pdf">partitioning oracle attacks</a></li>