From c918adef14bed0c282540b549d7100248c30bbab Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 19 Feb 2021 09:58:14 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 021bf8a..83c5df2 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 XChaCha20-Poly1305 cipher suite as well as Argon2ID, 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 than others. # Download -You can run the raw Python source file, compile it yourself, or download the portable .exe (for Windows) that I've precompiled and optimized beyond imagination (recommended, because it's just 4MB in size) here. If you're compiling from source or running the raw Python file, you'll need these two pip dependencies: argon2-cffi and pycryptodome. +You can run the raw Python source file, compile it yourself, or download the portable .exe (for Windows) that I've precompiled and optimized beyond imagination (recommended, because it's just 4MB in size) here. If you're compiling from source or running the raw Python file, the following two pip dependencies will be automatically installed via pip: argon2-cffi and pycryptodome. # Why Picocrypt? Why should you use Picocrypt, instead of Bitlocker, NordLocker, VeraCrypt, or 7-Zip? Here are some reasons why you should switch to Picocrypt: @@ -59,4 +59,4 @@ Both XChaCha20-Poly1305 and Argon2ID are well recognized within the cryptography # Contribution There shouldn't be a lot more to improve on. I've done extensive testing on Picocrypt and it -shouldn't have any bugs. If you manage to find a bug or security issue, feel free to create an Issue. +shouldn't have any major bugs or flaws. If you somehow manage to find a bug or security issue, please create an Issue. If one of Picocrypt's dependencies gets a critical security patch, let me know and I'll updated the code (if necessary) and recompile the .exe for Windows.