Python Code Protection
ipepycrypter
The ipepycrypter is a suite that helps protect python scripts. This is accomplished by hiding script implementation through encryption.
ipepycrypter/ipepycrypt
Python script author can use ipepycrypt to encrypt script.
Process of creating encrypted python script through ipepycrypt:
- Create python script in plain text
- Run ipepycrypt application to generate encrypted script
[Download: ipepycrypt]
[User Guide: ipepycrypter]
ipepycrypter/ipepython
The ipepython is an enhanced python interpreter to execute the encrypted script. It handles non-encrypted scripts also.
Process of executing python script through ipepython:
- ipepython <script_file>