diff --git a/README.md b/README.md index de405f2..3753ca3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Picocrypt is a very tiny (hence "Pico"), very simple, yet very secure file encryption tool. It uses the modern ChaCha20-Poly1305 cipher suite as well as Argon2, making it about as secure and modern of an encryption tool as you'll ever get your hands on. Picocrypt's focus is security, so it might be slightly slower and less attractive visually than others. -Screenshot +

Screenshot

# Download You can run the raw Python source file under /src or download the portable .exe (for Windows) that I've precompiled and optimized beyond imagination (recommended, because it's just 3MB and fully portable) here. If you're compiling from source or running the raw Python file, the following two dependencies will be automatically installed via pip if not already installed: argon2-cffi and pycryptodome.