Python Forum

Full Version: encrypt entire project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm looking for a method to encrypt an entire project in Python.
I've already seen "sourcedefender", but it encrypts only .py files. If I needed to encrypt, for example, also jpg file inside a project?
How can I do?

Thanks
tar everything and then encrypt tar file.
(Jul-20-2020, 04:36 PM)Larz60+ Wrote: [ -> ]tar everything and then encrypt tar file.

No, because I would like the code to work, and not just a "static" tar file.
I would a "main" with some API, and the rest of the code encrypted, included the "jpg" file.