Skip to content

abdoxfox/encrypt-decrypt_XXTEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

decryption of xxtea enceyption using custom DELTA.

used in most android vpn,tunneling apks

requirement :

pip install requests

delta and secret key.

how it works!

encryption :

python xxtea.py encrypt

decryption :

python xxtea.py decrypt

you will asked about:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages