Decryptor for TunnelTweak, SocksHTTP and TunnelMate configuration files.
Easily decrypt files with .tut
, .tmt
and .sks
extension!
Simply do:
git clone https://github.com/hctools/tutdecryptor.git
cd tutdecryptor
pip install pycryptodome
Place your encrypted .tut
or .tmt
file(s) in the same directory as decrypt.py
, then do:
python3 decrypt.py <file>
...and let the magic happen!