Initial commit

This commit is contained in:
2026-01-16 20:51:39 +08:00
commit 5ec1a7af8a
9 changed files with 366 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# love is a gentle thing
Velvet Ring by Big Thief.<br>
an encryption tool!
## building
```sh
./build-static.sh # creates a static executable
./build.sh # creates a dynamic executable
```
## usage
```sh
ec-pass <input file> -p <password> [-o <out>]
dec-pass <input file> -p <password> [-o <out>]
ec-key <input file> [-o <out>]
dec-key <input file> [-o <out>]
```