Files
liagt/README.md
T
2026-01-16 20:51:39 +08:00

368 B

love is a gentle thing

Velvet Ring by Big Thief.
an encryption tool!

building

./build-static.sh # creates a static executable
./build.sh # creates a dynamic executable

usage

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>]