Toxic-Noob / PyEncryptor

Encrypt Your Python Script Using Marshal, Base64, Zlib and PYC .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyEncryptor V3.0

A Python Tool To Encode Your Python Scripts.

Supports :

Both Python2 and Python3

Encryptions :

[01] Marshal

[02] Base64

[03] Zlib

[04] Python Bytecode (.pyc)

[05] Marshal + Zlib + Base64 (At Once)

[06] Marshal + Zlib + Base64 (One By One)

Installation Commands :

apt update -y

apt upgrade -y

pkg install python python2 git -y

git clone https://github.com/Toxic-Noob/PyEncryptor

cd PyEncryptor

( Choose Your Python Version )

[*] For Python2:

python2 PyEnc.py

[*] For Python3:

python PyEnc.py

ScreenShot:

PyEncryptor Screenshot

Enjoy πŸ’žπŸ’ž



Visitors:

Visitor Count

About

Encrypt Your Python Script Using Marshal, Base64, Zlib and PYC .


Languages

Language:Python 100.0%