Encrypt and decrypt files with passwords or cryptographic keys
Data encryption with symmetric cryptographic keys or passwords/passphrases, and self-contained encryption metadata
tindercrypt$ tindercrypt encrypt myfile.txt$ tindercrypt decrypt myfile.txt.tc$ tindercrypt encrypt file1.txt file2.txt file3.pdf$ tindercrypt encrypt --keep myfile.txt$ tindercrypt decrypt myfile.txt.tc -o ./decrypted/