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

267 lines
13 KiB
Markdown
Raw Normal View History

2023-06-15 04:06:04 +00:00
# v1.33 (No ETA)
<ul>
<li>Add tooltip warning that comments are not encrypted (#164)</li>
<li>Hash keyfiles in chunks to reduce memory usage (#168)</li>
</ul>
2023-04-28 22:43:37 +00:00
# v1.32 (Released 04/28/2023)
2023-04-12 02:03:48 +00:00
<ul>
<li>✓ Added a command-line interface</li>
2023-04-28 22:43:37 +00:00
<li>✓ Use Debian 11 as the base for the AppImage instead of Debian 10</li>
<li>✓ Include software rendering DLLs in the Paranoid Pack for future proofing</li>
<li>✓ Add plausible deniability and recursive encryption</li>
2023-06-15 04:06:04 +00:00
<li>✓ Added an installer for Windows (made using Inno Setup)</li>
2023-04-12 02:03:48 +00:00
</ul>
2022-11-18 05:51:39 +00:00
# v1.31 (Released 11/18/2022)
2022-11-18 00:27:21 +00:00
<ul>
<li>✓ Force software OpenGL rendering on macOS</li>
2022-11-18 00:48:30 +00:00
<li>✓ Use native clipboard APIs instead of external package (removes need for xclip)</li>
2022-11-18 04:19:05 +00:00
<li>✓ Revert using system temporary folder due to size issues</li>
2022-11-18 00:27:21 +00:00
</ul>
2022-09-25 01:49:42 +00:00
# v1.30 (Released 09/24/2022)
2022-06-25 23:06:06 +00:00
<ul>
2022-08-12 01:39:09 +00:00
<li>✓ Improve tooltip word choice</li>
<li>✓ Add FAQ to README</li>
<li>✓ Fix scaling issue when moving between monitors with different DPIs (on Windows)</li>
<li>✓ Strip periods from custom output filename to prevent file extension problems</li>
2022-08-20 03:36:32 +00:00
<li>✓ Minor tweaks to keyfile modal</li>
<li>✓ Use temporary .zip file to prevent overwriting when encrypting</li>
<li>✓ Check if files already exist when recombining and splitting to prevent overwriting</li>
<li>✓ Show ".*" in the output box if splitting</li>
<li>✓ Skip temporary and inaccessible files when combining/compressing</li>
<li>✓ Improve file scanning performance by precomputing total size</li>
2022-08-22 03:03:39 +00:00
<li>✓ Stability improvements and fixes for edge cases</li>
2022-09-24 14:26:52 +00:00
<li>✓ Check for clipboard support on Linux</li>
2022-06-25 23:06:06 +00:00
</ul>
2022-05-24 03:41:19 +00:00
# v1.29 (Released 05/23/2022)
2022-05-23 22:14:42 +00:00
<ul>
2022-05-23 15:54:43 +00:00
<li>✓ Review/improve Internals.md</li>
2022-05-21 03:29:37 +00:00
<li>✓ Add option to compress when encrypting a single file</li>
<li>✓ Check for errors when not enough disk space</li>
2022-05-17 21:33:34 +00:00
<li>✓ Show MiB/GiB instead of M/G in the input label to prevent confusion</li>
<li>✓ Minor consistency improvements</li>
</ul>
2022-05-17 03:41:55 +00:00
# v1.28 (Released 05/16/2022)
2022-05-08 23:13:40 +00:00
<ul>
2022-05-16 20:11:25 +00:00
<li>✓ Fix bug when decrypting a splitted volume with a custom output name and "Delete files" selected</li>
<li>✓ Improve responsiveness of cancel button (instant cancel when pressed instead of delays)</li>
<li>✓ Software OpenGL rendering on Windows (for Windows on ARM compatibility and older hardware)</li>
2022-05-13 00:19:30 +00:00
<li>✓ Progress, speed, and ETA for combining/compressing files, recombining files, and splitting files</li>
2022-05-12 00:48:44 +00:00
<li>✓ Improve overall IO performance</li>
2022-05-14 03:25:29 +00:00
<li>✓ Much smoother Reed-Solomon decryption flow, slightly better performance</li>
2022-05-10 03:47:43 +00:00
<li>✓ Major code cleanups and organizing</li>
<li><i>Much better</i> file permission handling</li>
2022-05-10 03:47:43 +00:00
<li>✓ Numerous minor fixes and improvements</li>
2022-05-08 23:13:40 +00:00
<li>✓ Improve Reed-Solomon performance (only rebuild data if corruption is detected)</li>
2022-05-07 23:19:41 +00:00
<li>`gofmt` and `go mod tidy` all dependencies</li>
<li>✓ Fix bad pointer issue when running with `-race`</li>
2022-05-07 04:23:19 +00:00
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</li>
2022-05-06 03:19:46 +00:00
<li>✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash</li>
2022-05-07 00:22:39 +00:00
<li>✓ Make sure at least one password characters category is checked when generating</li>
<li>✓ Use `desktop-file-validate` to find and remove deprecated fields and fix invalid ones in the .desktop for .deb and AppImage</li>
<li>✓ .deb and AppImage optimizations, reliability improvements</li>
<li>✓ Snapcraft uses software OpenGL rendering as well now</li>
<li>✓ Statically linked libc6, etc. for best cross-platform compatibility for Snapcraft</li>
2022-09-26 04:03:50 +00:00
<li>✓ Added NO_AT_BRIDGE=1 to Snapcraft to fix an issue on Arch Linux (#75)</li>
<li>✓ Clean up unnecessary files in dependencies</li>
2022-05-15 23:45:49 +00:00
<li>✓ Sign executables with OpenPGP</li>
2022-05-02 21:59:14 +00:00
</ul>
# v1.27 (Released 05/02/2022)
<ul>
2022-04-25 01:45:13 +00:00
<li>✓ Input validation for split size</li>
<li>✓ Ability to split into a custom number of total chunks in addition to by size</li>
<li>✓ Fix issue with long comments</li>
2022-05-02 21:59:14 +00:00
<li>✓ Deprecate Snapcraft and provide a .deb and AppImage instead</li>
2022-04-19 03:44:56 +00:00
</ul>
# v1.26 (Released 04/18/2022)
<ul>
2022-05-08 23:52:55 +00:00
<li>✓ Fix a race condition</li>
2022-04-18 19:50:07 +00:00
<li>✓ Fix invalid pointer crash when decrypting files >256GB</li>
2022-04-14 20:11:22 +00:00
<li>✓ UI improvements and tweaks</li>
2022-04-15 03:14:29 +00:00
<li>✓ Fix crash on Windows when saving to the root directory of a drive</li>
2022-09-26 04:03:50 +00:00
<li>✓ Max file size limit removed! Picocrypt can now encrypt files of unlimited size instead of being capped at 256 GiB</li>
2022-04-15 16:51:49 +00:00
<li>✓ Shows total input size along with input label</li>
2022-04-18 21:11:42 +00:00
<li>✓ Update to GLFW 3.3.6 for better stability</li>
2022-04-14 01:26:52 +00:00
</ul>
2022-04-14 03:59:27 +00:00
# v1.25 (Released 04/13/2022)
2022-04-14 01:26:52 +00:00
<ul>
2022-04-11 02:59:33 +00:00
<li>✓ Improve Internals documentation (header format, etc.)</li>
<li>✓ Save as and keyfile file dialog now opens in the same directory as dropped files</li>
2022-04-11 21:02:06 +00:00
<li>✓ Improvements for long file names</li>
2022-04-14 01:06:32 +00:00
<li>✓ Minor UI improvements and fixes</li>
2021-12-30 19:21:33 +00:00
</ul>
2022-04-02 18:38:45 +00:00
# v1.24 (Released 04/02/2022)
2022-03-20 03:24:08 +00:00
<ul>
2022-03-27 16:23:08 +00:00
<li>✓ Fixed layout bug that allowed scrolling within window</li>
<li>✓ Optimize dependencies</li>
2022-03-29 02:58:43 +00:00
<li>✓ Numerous code and UI optimizations, including better comments</li>
2022-03-29 00:27:16 +00:00
<li>✓ Keyfile modal will recenter automatically upon dropping a keyfile</li>
2022-03-29 20:58:46 +00:00
<li>✓ Fix modals moving around randomly when open and closed numerous times</li>
2022-03-30 03:32:41 +00:00
<li>✓ Fixed: Progressbar modal moves around weirdly sometimes</li>
2022-03-30 04:41:05 +00:00
<li>✓ Better error handling</li>
2022-03-30 22:47:07 +00:00
<li>✓ Show compression speed and percentage</li>
2022-03-31 03:57:52 +00:00
<li>✓ Smoothen splitting file and recombing file progress bars</li>
2022-04-01 03:42:26 +00:00
<li>✓ Finish adding tooltips</li>
2022-03-20 03:24:08 +00:00
</ul>
2022-03-20 02:58:08 +00:00
# v1.23 (Released 03/19/2022)
2022-03-20 02:44:41 +00:00
<ul>
<li>✓ Removed the checksum generator to get back on track with original Picocrypt ideology</li>
<li>✓ Cleaned up and optimized code</li>
<li>✓ Compiled with MinGW GCC11 instead of TDM-GCC, Go 1.18 instead of Go 1.17</li>
<li>✓ Picocrypt no longer checks for new versions, so no network requests are ever made</li>
</ul>
2022-03-19 16:44:40 +00:00
2021-12-22 17:04:08 +00:00
# v1.22 (Released 12/22/2021)
2021-12-15 21:34:59 +00:00
<ul>
<li>✓ Remove fast mode, as a change for the normal mode will make fast mode obselete</li>
<li>✓ For normal mode, change HMAC-SHA3 to a keyed Blake2b</li>
2021-12-15 21:34:59 +00:00
</ul>
2021-11-20 00:04:11 +00:00
# v1.21 (Released 11/19/2021)
2021-11-16 23:18:17 +00:00
<ul>
2021-11-20 00:04:11 +00:00
<li>✓ Remove file shredder because it won't be very effective in the future</li>
<li>✓ Fix minor temporary file bug</li>
2021-11-20 00:05:53 +00:00
<li>✓ Improve decryption UI</li>
2021-11-16 23:18:17 +00:00
</ul>
2021-11-13 00:24:41 +00:00
# v1.20 (Released 11/12/2021)
2021-10-11 02:38:31 +00:00
<ul>
2021-11-03 02:44:14 +00:00
<li>✓ Fix keyfile modal UI layout</li>
2021-11-03 02:30:42 +00:00
<li>✓ Fix keyfile modal typo</li>
2021-11-03 02:24:30 +00:00
<li>✓ Fix minor keyfile bug</li>
2021-11-01 20:10:47 +00:00
<li>✓ Improve shredding window layout</li>
2022-05-08 23:52:55 +00:00
<li>✓ Fork all dependencies and recursive dependencies into "offline" repos for hardening and better stability</li>
2021-10-27 02:14:59 +00:00
<li>✓ Fix UI scaling issues</li>
<li>✓ Fix high DPI layout issues</li>
2021-10-11 02:39:00 +00:00
<li>✓ Optimize zip compressor</li>
2021-10-11 02:38:31 +00:00
</ul>
2021-09-26 23:51:35 +00:00
# v1.19 (Released 09/26/2021)
2021-09-26 15:59:28 +00:00
<ul>
<li>✓ UI scaling hotfix</li>
2021-09-25 00:34:43 +00:00
</ul>
# v1.18 (Released 09/24/2021)
2021-09-01 22:01:51 +00:00
<ul>
2021-09-19 22:46:58 +00:00
<li>✓ Make UI more consistent (minor DPI issues)</li>
2021-09-24 19:23:45 +00:00
<li>✓ Fix crashing when OS denies permission to access file</li>
2021-09-20 01:02:53 +00:00
<li>✓ Fixed bug where file object was not closed properly</li>
2021-09-19 22:46:58 +00:00
<li>✓ Encryption/decryption file naming and extension bugs</li>
2021-09-25 00:34:43 +00:00
<li>✓ Many fixes, optimizations, and linting</li>
2021-08-13 18:29:40 +00:00
</ul>
2021-09-25 00:34:43 +00:00
# v1.17 (Released 09/04/2021)
2021-08-13 18:29:40 +00:00
<ul>
2021-08-16 00:46:17 +00:00
<li>✓ (abandoned due to UI issues with ASCII codes >128) Extended ASCII set in password generator</li>
2021-08-29 18:01:53 +00:00
<li>✓ Tooltips for all advanced options</li>
<li>✓ Localization support (use system default where possible)</li>
2021-08-19 00:38:16 +00:00
<li>✓ Auto detect system locale, fallback to English</li>
2021-08-16 02:41:57 +00:00
<li>✓ Fix ETA negative number bug</li>
2021-08-15 18:34:49 +00:00
<li>✓ Add clear button to password field</li>
2021-08-29 18:01:53 +00:00
<li>✓ Multiple keyfiles support and DND</li>
2021-08-29 22:24:37 +00:00
<li>✓ Option to require specific keyfile order</li>
2021-08-29 18:41:25 +00:00
<li>✓ Keyfile generator</li>
2021-09-01 22:46:28 +00:00
<li>✓ Bug: Red error label shown in main window during successful decryption after selecting incorrect keyfiles</li>
<li>✓ Prevent duplicate keyfile</li>
<li>✓ Add a select keyfile button</li>
2021-08-15 18:18:24 +00:00
<li>✓ Make sure only one of "Fast mode" and "Paranoid mode" can be enabled</li>
2021-08-16 00:50:41 +00:00
<li>✓ Fix bug where metadata says "read-only", but the textbox is modifiable</li>
2021-08-16 01:31:04 +00:00
<li>✓ Add option to delete encrypted files after decryption</li>
2021-08-02 02:56:46 +00:00
</ul>
2022-05-08 23:52:55 +00:00
<strong>Note: v1.17 will be incompatible with all previous releases!</strong>
2021-08-02 02:56:46 +00:00
2021-08-12 03:19:38 +00:00
# v1.16 (Released 08/11/2021)
2021-08-10 15:11:11 +00:00
<ul>
2022-04-11 02:59:33 +00:00
<li>✓ Fixed bug when entering a wrong password when decrypting a splitted file</li>
<li>✓ Fixed bug where an existing file is delete when a wrong password is used</li>
<li>✓ The password generator is now customizable</li>
<li>✓ Make keyfile support more reliable (keyfile now out of Beta)</li>
<li>✓ Fix keyfile user flow issue</li>
<li>✓ Bug fixes</li>
<li>✓ UI fixes improvements</li>
2021-08-10 15:11:11 +00:00
</ul>
2021-08-10 00:21:56 +00:00
# v1.15 (Released 08/09/2021)
2021-08-09 22:35:31 +00:00
<ul>
2022-04-11 02:59:33 +00:00
<li>✓ Add cancel button to file shredder and custom number of passes</li>
<li>✓ Password generator</li>
<li>✓ Make password strength circle start at top</li>
<li>✓ Fix shredder UI bugs</li>
2021-08-09 22:35:31 +00:00
</ul>
# v1.14 (Released 08/07/2021)
2021-08-02 02:56:46 +00:00
<ul>
2022-09-26 04:03:50 +00:00
<li>✓ Low-severity security fix for the recently discovered partitioning oracle attacks</li>
2022-04-11 02:59:33 +00:00
<li>✓ Move from Monocypher to Go's standard supplemental ChaCha20 in favour of the latter being stateful</li>
<li>✓ Add SHA3 (normal mode) and BLAKE2b (fast mode) as HMAC to replace Poly1305 and prevent partitioning oracle attacks</li>
<li>✓ Removed ~100 lines of unnecessary code now that Picocrypt uses Go's ChaCha20 (cleaner and stabler code)</li>
<li>✓ Added window icons</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 XChaCha20</li>
<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 is now RS-encoded for redundancy)</li>
<li>✓ Reed-Solomon checkbox is now enabled and Reed-Solomon works</li>
<li>✓ Implemented Dropbox's zxcvbn password strength checker</li>
<li>✓ Removed paranoid shredding as it is too hard to implement correctly and not cross platform</li>
2022-05-08 23:52:55 +00:00
<li>✓ Fixed Windows zip extract error notice that doesn't appear in 7-Zip (edit: it was a backslash issue)</li>
2022-04-11 02:59:33 +00:00
<li>✓ Optional shred temporary files checkbox</li>
<li>✓ Remove BLAKE3 from the checksum generator tab, as it has no practical use and requires a non-standard library</li>
<li>✓ Advanced options are shown dynamically depending on whether encrypting or decrypting</li>
<li>✓ Window closing disabled during encryption/decryption/shredding to prevent leakage of temporary files</li>
<li>✓ Reduce padding of metadataLength from 10 to 5 (you probably won't type more than 99999 metadata characters)</li>
2022-05-08 23:52:55 +00:00
<li>✓ Use regex to check if an input file is a valid Picocrypt volume or not during decryption</li>
2022-04-11 02:59:33 +00:00
<li>✓ Improved user flow as well as fix UI bugs</li>
<li>✓ Code optimizations</li>
<li>✓ Many bug fixes/stability improvments</li>
2021-07-16 15:11:33 +00:00
</ul>
2022-05-08 23:52:55 +00:00
<strong>Note: v1.14 will be incompatible with all previous releases!</strong>
2021-05-29 23:20:05 +00:00
# v1.13 (Released 5/29/2021)
2021-04-22 22:26:03 +00:00
<ul>
2022-04-11 02:59:33 +00:00
<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 file shredder and file checksum generator</li>
<li>✓ Automatically checks for newer versions</li>
<li>✓ Added file chunking support</li>
2021-04-22 22:26:03 +00:00
</ul>
2022-05-08 23:52:55 +00:00
<strong>Note: v1.13 will be incompatible with all previous releases!</strong>
2021-04-07 17:49:45 +00:00
2022-04-11 03:00:25 +00:00
# v1.12.1 (Released 04/11/2021)
2022-05-08 23:52:55 +00:00
<ul>
<li>✓ Fixed a bug that caused "Secure wipe" feature to show "Unknown error" when done</li>
</ul>
2021-04-11 19:26:23 +00:00
2021-04-07 17:49:45 +00:00
# v1.12 (Released 04/07/2021)
2021-03-24 00:58:08 +00:00
<ul>
2022-04-11 02:59:33 +00:00
<li>✓ Beautiful UI</li>
<li>✓ More than x2 as fast as previous versions</li>
<li>✓ Add cancel button to cancel encryption/decryption</li>
<li>✓ (Bug) Delete existing file only if password is correct</li>
<li>✓ Minor aesthetic fixes</li>
<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>
<li>✓ Switch from SHA3 to BLAKE3 for corruption check</li>
<li>✓ Better user flow</li>
2021-03-24 00:58:08 +00:00
</ul>
2022-05-08 23:52:55 +00:00
<strong>Note: v1.12 will be incompatible with all previous releases!</strong>
2021-03-24 00:58:08 +00:00
2022-04-11 03:00:25 +00:00
# v1.11 (Released 03/23/2021)
2021-03-21 16:43:05 +00:00
<ul>
2022-04-11 02:59:33 +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>
2022-05-08 23:52:55 +00:00
<li>✓ Much more beautiful UI for macOS</li>
2022-04-11 02:59:33 +00:00
<li>✓ Robust secure wipe support for drag and dropped files/folders</li>
<li>✓ Only open input files in read mode, since write mode is unnecessary</li>
<li>✓ Clean up source code, add better comments</li>
2022-05-08 23:52:55 +00:00
<li>✓ Drag and drop support (multiple files, a folder, a file and a folder, etc.)</li>
2021-03-21 16:43:05 +00:00
</ul>