# love is a gentle thing
Velvet Ring by Big Thief.
an encryption tool!
## building
```sh
./build-static.sh # creates a static executable
./build.sh # creates a dynamic executable
```
## usage
```sh
ec-pass -p [-o ] # generates a password-protected velvet file
dec-pass -p [-o ] # decrypts password-protected velvet files
ec-key [-o ] [-p ] # generates a 32-byte ring and a velvet file
dec-key [-o ] [-p ] # decrypts a velvet file using a ring file. assumes that the ring file shares the same name as the input file, unless a key is supplied with -p
```