decryption of xxtea enceyption using custom DELTA.
used in most android vpn,tunneling apks
pip install requests
delta and secret key.
encryption :
python xxtea.py encrypt
decryption :
python xxtea.py decrypt
url of plain text/encrypted data ex (https://pastebin.com/raw/1kp9a7yt).
key
and delta
if everything goes fine the result will be saved in file called encryptedData.txt/decryptedData.txt
:VV