Un utility per la crittografia, leggera e semplice ma comunque molto sicura
Go to file
Evan Su 808dbf1d4f
Update Roadmap.md
2021-05-29 22:11:37 -04:00
.github Update FUNDING.yml 2021-04-03 18:08:47 -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 Update README.md 2021-05-29 16:09:27 -04:00
Changelog.md Update to v1.13 2021-05-29 19:20:05 -04:00
Donate.md Update Donate.md 2021-04-22 19:01:36 -04:00
LICENSE Initial commit 2021-02-18 15:27:51 -05:00
README.md Update README.md 2021-05-29 19:15:25 -04:00
Roadmap.md Update Roadmap.md 2021-05-29 22:11:37 -04:00
notestoself.txt Update notestoself.txt 2021-05-28 17:15:53 -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 de facto 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 for speed or looks, and is built with an audited cryptography library. Your privacy and security is 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 the future. Older releases are available under the Releases tab.

macOS

Picocrypt for macOS is very simple to use. Download the latest, standalone, and portable executable for macOS here (<-- not ready yet).

Linux

A Snap for Linux is coming soon.

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 a 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 glance. 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 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.

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.

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