what's the best methode to crypt/encode the python code.

vincent delft vincent_delft at yahoo.com
Fri Sep 14 10:13:57 EDT 2001


hello,

I've written a Python code that check an application (registration into
the DB, execution of commands, ...).  And I would like to put this code
on the production machine.
My problem is that some passwords and some private info are into the
python code.

How can we secure it ?
I don't want that someone (the others that have acccess to the machine)
can read this code.

Do I use a DB ? (which often provide more secure access)

unfortunately I'm on a windows server

Thanks





More information about the Python-list mailing list