Page 1 of 1

TEAtool - encrypt your files

Posted: Sun Aug 30, 2020 3:49 pm
by turbocat
Description:
A program for encrypting files with a 128-bit public key using the Tiny Encryption Algorithm (TEA). I also want to note that the program has a console interface.

Usage example:
Encrypting the "in.file" file with the "FFAB1100C176001F1ADDB8E792001EA5" key in normal mode:

Code: Select all

teatool in.file out.file -k FFAB1100C176001F1ADDB8E792001EA5 -e normal 
Encrypting the "in.file" file with the key-file "my.key" in speed mode:

Code: Select all

teatool in.file out.file -K my.key -e speed
Writing the "FFAB1100C176001F1ADDB8E792001EA5" key to the key-file "my.key"

Code: Select all

teatool -r FFAB1100C176001F1ADDB8E792001EA5 my
Source code:
https://github.com/turbocat2001/TEAtool

Latest release:
teatool-v1.8

PS:
I will be glad if it is useful to someone

Re: TEAtool - encrypt your files

Posted: Wed Apr 21, 2021 3:04 pm
by ArenElchinyan
Интересная программа. Развитие будет?