Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 671 Bytes

File metadata and controls

38 lines (32 loc) · 671 Bytes

X-TOOLS Enc/Dec Python

Encrypt Feature!

  • Encrypt Base16
  • Encrypt Base32
  • Encrypt Base64
  • Encrypt Hex
  • Encrypt Marshal
  • Compile py > pyc
  • Encrypt Marshal Zlib Base64
  • Encrypt Zlib

Decrypt Feature!

  • Decrypt base16
  • Decrypt base32
  • Decrypt base64
  • Decrypt Hex
  • Decrypt Marshal
  • Uncompyle6 pyc > py
  • Decrypt Marshal,Zlib,Base64
  • Decrypt Zlib

Installations

apt update && apt upgrade
apt install python python2

How to use

python2 xtools.py

Tools Overview

Encrypt Decyrpt
Index f