Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
692 stars 149 forks source link

Extra security precaution suggestion #62

Open MyraBaba opened 5 years ago

MyraBaba commented 5 years ago

Hi,

Thx for your effort.

I have two question/suggestion:

1 - My main python includes some other python modules so I wonder can we also compile other modules which is included by main module so it can safely use it ?

2 - Can we change the extansion .pye to something else ? its also another protection . So viewer not understand at first place the pyconcrete is used ?

Best

Falldog commented 5 years ago

For question 1. Yes, you can add these modules as local library, not installed by pip. For question 2. It's a good suggestion to customize extension .pye, please update the issue subject, I will schedule the task