Skip to content

Picocrypt Jun 2026

Trust is paramount in encryption. Picocrypt is entirely open-source (hosted on GitHub). This means the security community can audit the code to ensure there are no backdoors or flaws in the implementation. Who is Picocrypt for?

If you have never heard of Picocrypt, you are not alone. It is relatively new to the scene, but it has already caused a seismic shift in the open-source community. Picocrypt is not just another encryption tool; it is a radical rethinking of what security software should be: small, auditable, and impossible to misuse.

Developed by Evan Su, Picocrypt was born out of frustration. Existing tools like NordLocker, Cryptomator, and even the venerable VeraCrypt have grown complex. They rely on massive codebases that make security auditing prohibitively expensive. picocrypt

Using Picocrypt is straightforward:

Picocrypt focuses on modern, high-standard cryptographic primitives instead of relying on legacy algorithms. Encryption Cipher Trust is paramount in encryption

A: Roughly 500 bytes for headers (negligible), plus parity overhead (if enabled). A 1GB file with 5% parity becomes a 1.05GB .pcv file.

The weakest link in encryption is almost always the user’s password. Picocrypt combats brute-force attacks by employing , the winner of the Password Hashing Competition. Who is Picocrypt for

To create a piece (keyfile) or an encrypted file in , follow these steps based on the application's minimalist interface: Creating a Keyfile

Picocrypt, initiated by Evan P. (known as “HACKERALERT” on GitHub), takes the opposite approach. It provides exactly one encryption mode (authenticated encryption with associated data), one KDF (Argon2id), and a clean interface that exposes only essential choices (e.g., file selection, password entry, optional keyfile). This paper analyzes how Picocrypt’s minimalism translates into security guarantees and usability for journalists, activists, and everyday users.