tindercrypt

Encrypt and decrypt files with symmetric keys or passwords

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Data encryption with symmetric cryptographic keys or passwords/passphrases, and self-contained encryption metadata

Commands

tindercrypt

Examples

Encrypt a file with a password$ tindercrypt -e -p mypassword -i plaintext.txt -o encrypted.tc
Decrypt a file with a password$ tindercrypt -d -p mypassword -i encrypted.tc -o decrypted.txt
Encrypt a file with a symmetric key$ tindercrypt -e -k keyfile.key -i sensitive.txt -o sensitive.tc