Hi pyinstaller team! I'm facing an issue i can't find a solution for if you could help me please.
*Background:* I've written an Python program and in order to protect my source code iv'e encrypted every .py file using AES. (except for the main.py and decrypt.py) decrypt.py is an import hook that decrypt the encrypted files when main.py imports them. decrypt.py is special in a sense that the key is stored on my server and he can retrieve the key by using username,password authentication. im using main.spec file where runtime_hooks=['decrypt.py'] (so my import hook will be loaded when main.py is running) *what i want is to achieve is this:* I want to encrypt each file PyInstaller collects (only my source code not everything) so that the folder with all my scripts will contain encrypted scripts -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/b21a464c-44a6-47ad-8806-2d05464e012an%40googlegroups.com.
