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