Skip to content

IllayDevel/psp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

PSP (python script protector)

Simple python script to encode and protect your python scripts

Features

  • Doesn't use external dependencies
  • Protects the script at the bytecode level
  • Less critical to compiler version as opposed to pyc files
  • Minimum size
  • Compatible with code obfuscators
  • Created for fun :-)

Usage

python enc.py in.py out.py num_steps (optional)

Warning

All tests passed on Python 3.8.10 If you have problems, leave me feedback

License

Apache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages