How to secure django code in bundle #1599
Unanswered
Developermayank
asked this question in
Q&A
Replies: 1 comment
-
Pyinstaller's onefile is a first step, but it does not provide real protection. Other than that look into JS and Python obduscators, but the truth is you cannot fully protect your code in JS or Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can i secure my django source code when bundling the application using pyinstaller
Beta Was this translation helpful? Give feedback.
All reactions