Un utility per la crittografia, leggera e semplice ma comunque molto sicura
Go to file
Evan Su 8fef4dd7dd
Update Internals.md
2021-06-05 20:33:33 -04:00
.github Update FUNDING.yml 2021-05-29 23:06:50 -04:00
images Add files via upload 2021-05-29 19:17:34 -04:00
internals Create version.txt 2021-05-29 13:44:58 -04:00
src Move monocypher out of core 2021-06-04 11:33:01 -04:00
testing Add files via upload 2021-06-02 22:44:07 -04:00
.gitattributes Update .gitattributes 2021-06-04 11:34:13 -04:00
Changelog.md Fixed typo 2021-05-30 13:48:18 -04:00
Internals.md Update Internals.md 2021-06-05 20:33:33 -04:00
LICENSE Initial commit 2021-02-18 15:27:51 -05:00
README.md Update README.md 2021-06-03 11:29:22 -04:00
Roadmap.md Update Roadmap.md 2021-05-29 22:11:37 -04:00
notestoself.txt Update notestoself.txt 2021-06-02 22:35:34 -04:00
snapcraft.yaml Update to working snapcraft.yaml 2021-06-02 19:49:44 -04:00

README.md

Picocrypt

Picocrypt is a very small (hence Pico), very simple, yet very secure cryptography utility that you can use to encrypt files, generate checksums, shred files, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the Poly1305 message authentication code to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with an audited cryptography library. Your privacy and security are under attack. Take it back with confidence by protecting your files with Picocrypt.

Picocrypt

Downloads

Important: There's an outdated and useless piece of abandonware called PicoCrypt on the Internet, which was last updated in 2005. PicoCrypt is not related in any way to Picocrypt (this project). Make sure you only download Picocrypt from this repository to ensure that you get the authentic and backdoor-free Picocrypt.

Windows

Picocrypt for Windows is as simple as it gets. To download the latest, standalone, and portable executable for Windows, click here. Note that Picocrypt may trigger your antivirus. Picocrypt is not a virus, so please submit it as a false positive to your antivirus provider to prevent this in the future. Older releases are available under the Releases tab.

macOS

Coming soon...

Linux

A Snap is available for Linux. Make sure you have Snap installed. Next, ensure the core snap image is installed: sudo snap install core. Finally, install Picocrypt: sudo snap install picocrypt.

Why Picocrypt?

Why should you use Picocrypt instead of BitLocker, NordLocker, VeraCrypt, AxCrypt, or 7-Zip? Here are a few reasons why you should use Picocrypt:

  • Unlike NordLocker, BitLocker, AxCrypt, and most cloud storage providers, Picocrypt and its dependencies are completely open-source and auditable. You can verify for yourself that there aren't any backdoors or flaws.
  • Picocrypt is tiny. While NordLocker is over 100MB and VeraCrypt is over 30MB, Picocrypt sits at just 3MB, about the size of a high-resolution image. And that's not all - Picocrypt is portable, doesn't need to be installed, and doesn't require administrator/root privileges.
  • Picocrypt is easier and more productive to use than VeraCrypt. To encrypt files with VeraCrypt, you'd have to spend at least five minutes setting up a volume. With Picocrypt's simple UI, all you have to do is drag and drop your files, enter a password, and hit Start. All the complex settings are handled by Picocrypt internally.
  • Picocrypt is designed for security. 7-Zip is an archive utility and not an encryption tool, so its focus is not on security. Picocrypt, however, is built with security above everything. Every part of Picocrypt is there for a reason and anything that could impact the security of Picocrypt is removed. Picocrypt is cryptography you can trust.
  • Picocrypt authenticates data in addition to protecting it, preventing hackers from maliciously modifying sensitive data. This is useful when you are sending encrypted files over an insecure channel and want to be sure that it arrives untouched. Picocrypt uses Poly1305 for authenticity, which is a secure and respected message authentication code.
  • Picocrypt actively prevents protects your files from corruption by adding extra Reed-Solomon bits, so if your encrypted data corrupts (e.g., hard drive failure), Picocrypt can still recover your data with a high success rate.

Instructions

Picocrypt is a very simple tool, and most users will understand how to use it in a few seconds. There are some advanced options, however, that you can use.

  • File metadata: Use this to store notes, information, and text along with the file (it won't be encrypted). For example, you can put a description of the file before sending it to someone. When the person you sent it to drops the file into Picocrypt, your description will be shown to that person.
  • Keep decrypted output even if it's corrupted or modified: Picocrypt automatically checks for integrity upon decryption. If the file has been modified or is corrupted, Picocrypt will automatically delete the output for the user's safety. If you want to keep the corrupted or modified data after decryption, check this option. Also, if this option is checked and the Reed-Solomon feature was used on the encrypted file, Picocrypt will attempt to recover as much of the file as possible during decryption, if it's corrupted.
  • Securely shred the original file(s) and folder(s): If checked, Picocrypt will use system internals to shred the input file(s). This method is more secure than just deleting the original file because the original file, in that case, can still be recovered by hackers using special software. Picocrypt securely deletes the original file making sure that it's impossible to retrieve the original file(s) after being shredded.
  • Prevent corruption using Reed-Solomon: This feature is very useful if you are planning to archive important data on a cloud provider or external hard drive for a long time. If checked, Picocrypt will use the Reed-Solomon error correction code to add 13 extra bytes for every 128 bytes to prevent file corruption. This means that up to ~5% of your file can corrupt and Picocrypt will still be able to correct the errors and decrypt your files with no corruption. Obviously, if your file corrupts very badly (e.g., you dropped your hard drive), Picocrypt won't be able to fully recover your files, but it will try its best to recover what it can. Note that this option will slow down encryption and decryption by a small amount.

Security

For more information on how Picocrypt handles cryptography, see Internals for the technical details. If you're worried about the practical security of Picocrypt, let me assure you that this repository won't be hijacked. I have 2FA (TOTP) enabled on all accounts with a tie to Picocrypt (GitHub, Google, Reddit, Discord, etc.), so you can feel confident about using Picocrypt.

Roadmap

See Roadmap for a list of new features and improvements that I'm considering.

Community

Here's some places where you can see the latest news about Picocrypt and get involved:

Only trust these communities and be aware of scammers and hackers that might try to impersonate me and get you to download malicious software.

Stargazers

Stargazers over time

Contribution

If you find a bug or security issue, please create an Issue. If you find a severe security issue (unlikely), please contact me privately here to ensure that it's not exploited by a hacker. Issues and PRs are welcome as well.

Donations

If you find Picocrypt useful, consider supporting me on Patreon. As I'm providing this software completely free of charge, it would be nice to have some supporters showing me that my creation is making a difference in people's lives. Also, consider donating on Open Collective, where all donations will go toward a community fund which will be used to purchase an audit from a cybersecurity auditing firm such as Cure53. Thanks!

Thank You's

A huge thanks to the following list of five people, who were the first people to donate and support Picocrypt:

  • W.Graham
  • N. Chin
  • Manjot
  • Phil P.
  • E. Zahard

Also thanks to these people:

  • Fuderal on Discord for helping me setup a Discord server
  • u/greenreddits for constant feedback and support
  • u/Tall_Escape for helping me test Picocrypt
  • samuel-lucas6 (on GitHub) for valuable feedback and support