Skip to content

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

Notifications You must be signed in to change notification settings

Toxic-Noob/PyEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages