tindercrypt

Encrypt and decrypt files with passwords or cryptographic keys

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 encrypt myfile.txt
decrypt a file with a password$ tindercrypt decrypt myfile.txt.tc
encrypt multiple files at once$ tindercrypt encrypt file1.txt file2.txt file3.pdf
encrypt a file and keep the original$ tindercrypt encrypt --keep myfile.txt
decrypt a file to a specific output location$ tindercrypt decrypt myfile.txt.tc -o ./decrypted/