mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update to v1.13
This commit is contained in:
parent
3311dea95c
commit
6b49077912
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
||||||
# v1.13 (Soon to be released)
|
# v1.14 (Soon to be released)
|
||||||
|
|
||||||
|
# v1.13 (Released 5/29/2021)
|
||||||
<strong>Note: v1.3 will be INCOMPATIBLE with all previous releases! This will likely be the last change in the header format, meaning that all future releases _should_ be compatible with v1.13 and on.</strong>
|
<strong>Note: v1.3 will be INCOMPATIBLE with all previous releases! This will likely be the last change in the header format, meaning that all future releases _should_ be compatible with v1.13 and on.</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Picocrypt has been ported from Python to Go, thus completely rewritten</li>
|
<li>Picocrypt has been ported from Python to Go, thus completely rewritten</li>
|
||||||
<li>Added fast mode, which can achieve ~250MB/s</li>
|
<li>Added fast mode, which can achieve ~250MB/s</li>
|
||||||
<li>Added file shredder and file checksum generator</li>
|
<li>Added file shredder and file checksum generator</li>
|
||||||
|
<li>Automatically checks for newer versions</li>
|
||||||
|
<li>Added file chunking support</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
# v1.12.1 (Bug fix patch, released 04/11/2021)
|
# v1.12.1 (Bug fix patch, released 04/11/2021)
|
||||||
|
|
Loading…
Reference in a new issue