Embedding exe file

tac-tics tactics40 at gmail.com
Mon Jul 17 09:43:15 EDT 2006


Bayazee wrote:
> hi,ThanX
> but i dont want to save the exe file in temp file and run it . i want
> to run it directly from python . maybe such this :
> exec("file("test.exe","rw").read())")
> i want write a cd lock with python tp protect an binary file . and so i
> dont want save it in other temp file fom max security ....
>
> -----------------------------------------------------
> Iranian python community --> www.python.ir

If your users can run it, they can steal it. You can't keep your code
secure if you run it on their systems.




More information about the Python-list mailing list