mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update README.md
This commit is contained in:
parent
97fe4daf81
commit
1dcc35a6a7
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# Picocrypt
|
||||
Picocrypt is a <i>very tiny</i> (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 <i>security</i>, so it might be slightly slower than others.
|
||||
|
||||
<img alt="Screenshot" src="https://i.imgur.com/S3cNkiL.png">
|
||||
|
||||
# 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) <a href="https://github.com/HACKERALERT/Picocrypt/releases/download/1.3.6.3/Picocrypt.exe" target="_blank">here</a>. If you're compiling from source or running the raw Python file, the following two dependencies will be automatically installed via <code>pip</code> if not already installed: <code>argon2-cffi</code> and <code>pycryptodome</code>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue