diff --git a/README.md b/README.md index 2f59295..12db2f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Picocrypt is a very tiny (hence "Pico"), very simple, yet very secure fil

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. +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 three dependencies will be automatically installed via pip if not already installed: argon2-cffi, pycryptodome, and reedsolo. See the /src folder for more info. Note: For some reason, there's an outdated and useless tool called PicoCrypt on the Internet, which was last updated in 2005. PicoCrypt is not related to Picocrypt (this project). Make sure you only download Picocrypt from this Github repository to ensure that you download the correct, authentic, and backdoor-free software.