From 9ee2497b3d593b405085480dda51af4b4a850d50 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 16 Mar 2021 14:36:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754a466..367e731 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 here (recommended, because it's just 3MB and fully portable). 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. +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 here (recommended, because it's just 3MB and fully portable). 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.