Technical Answer - Protecting code in python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Mar 23 01:44:12 EDT 2007


En Thu, 22 Mar 2007 14:04:04 -0300, Bart Willems <b.r.willems at gmail.com>  
escribió:

>> chown scriptuser script.py  # a unique user
>> chmod a-rwx script.py
>> chmod u+rx script.py
>
> If it works on the target machine - I am under the assumption that the
> client is some kind of government office - more likely to run Windows
> than it is to run unix/linux/etc.
>
> Who has a similar solution for windows?

cacls /help

-- 
Gabriel Genellina




More information about the Python-list mailing list