/tutdecryptor

Decryptor for TunnelTweak configuration files

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tutdecryptor

Decryptor for TunnelTweak, SocksHTTP and TunnelMate configuration files.

Easily decrypt files with .tut, .tmt and .sks extension!

Installation

Simply do:

git clone https://github.com/hctools/tutdecryptor.git
cd tutdecryptor
pip install pycryptodome

Usage

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!