Hi, I am looking into whether I can encrypt a python script so the code is obfuscated. it should de
Hi,
I am looking into whether I can encrypt a python script so the code is obfuscated. it should decrypt it when the script runs.
I have seen few packages to do this, like:
https://github.com/Falldog/pyconcrete
https://juanlao7.github.io/codeclose/documentation
https://changsin.medium.com/how-to-protect-python-source-code-5892a153d0ac
https://pypi.org/project/sourcedefender/
I was wondering what your thoughts are on this and suggestion for a approach you would take?
I am looking into whether I can encrypt a python script so the code is obfuscated. it should decrypt it when the script runs.
I have seen few packages to do this, like:
https://github.com/Falldog/pyconcrete
https://juanlao7.github.io/codeclose/documentation
https://changsin.medium.com/how-to-protect-python-source-code-5892a153d0ac
https://pypi.org/project/sourcedefender/
I was wondering what your thoughts are on this and suggestion for a approach you would take?
GitHub
Protect your python script, encrypt it as .pye and decrypt when import it - GitHub - Falldog/pyconcrete: Protect your python script, encrypt it as .pye and decrypt when import it
Medium
Python is one of the most popular languages for machine learning and web development. While its popularity comes from easy syntax and a…



