Compare commits

...

4 Commits

Author SHA1 Message Date
Evan Su d247150a9e
Update Changelog.md 2023-06-15 00:06:04 -04:00
Evan Su b4eb16b449
Add new donor 2023-06-15 00:00:20 -04:00
Evan Su 92c2e881ed
Thank @mdanish-kh and @stephengillie, update installer description 2023-06-14 23:55:13 -04:00
Evan Su 32b8233f12
Add link to installer 2023-06-14 16:32:13 -04:00
2 changed files with 12 additions and 1 deletions

View File

@ -1,9 +1,16 @@
# 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>
# v1.32 (Released 04/28/2023)
<ul>
<li>✓ Added a command-line interface</li>
<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>
<li>✓ Added an installer for Windows (made using Inno Setup)</li>
</ul>
# v1.31 (Released 11/18/2022)

View File

@ -14,6 +14,8 @@ Picocrypt is a very small (hence <i>Pico</i>), very simple, yet very secure encr
## Windows
Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click <a href="https://github.com/HACKERALERT/Picocrypt/releases/download/1.32/Picocrypt.exe">here</a>. If Microsoft Defender or your antivirus flags Picocrypt as a virus, please do your part and submit it as a false positive for the betterment of everyone.
If you use Picocrypt frequently, you can also download the installable version from <a href="https://github.com/HACKERALERT/Picocrypt/releases/download/1.32/Installer.exe">here</a>, which will install Picocrypt onto your system and add it to your start menu for easy access. The installer also includes extra compatibility helpers, so if the executable doesn't work, this likely will.
## macOS
Picocrypt for macOS is very simple as well. Download Picocrypt <a href="https://github.com/HACKERALERT/Picocrypt/releases/download/1.32/Picocrypt.app.zip">here</a>, extract the zip file, and run Picocrypt which is inside. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. Keep in mind that Picocrypt runs through Rosetta 2 and requires OpenGL, and may not work in the future should Apple remove either.
@ -129,6 +131,7 @@ A thank you from the bottom of my heart to the significant contributors on Open
<li>Pokabu (backer)</li>
<li>akp (backer)</li>
<li>Marvin (backer)</li>
<li>Kenichi Nakasaka (backer)</li>
<li>Guest ($842)</li>
<li>YellowNight ($818)</li>
<li>evelian ($50)</li>
@ -151,7 +154,7 @@ A thank you from the bottom of my heart to the significant contributors on Open
<li>gabu.gu ($10)</li>
<li>Boat ($10)</li>
</ul>
<!-- Last updated April 11, 2023 -->
<!-- Last updated June 14, 2023 -->
Also, a huge thanks to the following people who were the first to donate and support Picocrypt:
<ul>
@ -171,5 +174,6 @@ Finally, thanks to these people/organizations for helping me out when needed:
<li>u/NSABackdoors for doing plenty of testing</li>
<li>@samuel-lucas6 for feedback, suggestions, and support</li>
<li>@AsuxAX and @Minibus93 for testing new features</li>
<li>@mdanish-kh and @stephengillie for WinGet package</li>
<li><a href="https://privacyguides.org">PrivacyGuides</a> for listing Picocrypt</li>
</ul>