mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-16 23:38:32 +02:00
Compare commits
2 commits
fa263aa170
...
b9e02a9c3a
Author | SHA1 | Date | |
---|---|---|---|
|
b9e02a9c3a | ||
|
58e0b66978 |
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ To use Picocrypt on Linux, you can download the raw binary <a href="https://gith
|
|||
sudo apt install -y libc6 libgcc-s1 libgl1 libgtk-3-0 libstdc++6 libx11-6
|
||||
```
|
||||
|
||||
## CLI
|
||||
A command-line interface is available for Picocrypt <a href="https://github.com/Picocrypt/CLI">here</a>. It can encrypt and decrypt files, folders, and globs, and supports paranoid mode and Reed-Solomon encoding. You can use it on systems that don't have a GUI or can't run the GUI app, or to write automated shell scripts for backups, etc.
|
||||
|
||||
## Web
|
||||
A functionally limited web app is available <a href="https://picocrypt.github.io/">here</a> which allows you to encrypt and decrypt standard Picocrypt volumes (no advanced features or keyfiles) on any modern browser, including mobile devices. It's a simple, future-proof way to encrypt files that should work indefinitely due to the web's stable nature. Note that you can only encrypt single files up to a maximum size of 1 GiB.
|
||||
|
||||
# Why Picocrypt?
|
||||
Why should you use Picocrypt instead of VeraCrypt, 7-Zip, BitLocker, or Cryptomator? Here are a few reasons why you should choose Picocrypt:
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue