how to protect the source

Guilherme Polo ggpolo at gmail.com
Mon Sep 15 07:19:54 EDT 2008


On Mon, Sep 15, 2008 at 8:02 AM, João Abrantes
<jepe_abrantes at hotmail.com> wrote:
> Hello Everyone.
>
>
> I am building a client in python that will connect himself to a mysql
> server with a certain username and password. I will compile this client
> and turn him into a .exe . The thing is that I know that is possible to
> get the source of the code back from an .exe and I don't want anyone to
> know which username and password are they using because I don't want
> them to access to the mysql server without my client. Do you have any
> ideas of what can i do? Thanks!
>

Do not include the username and password in the source.


> ________________________________
> Connect to the next generation of MSN Messenger  Get it now!
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
-- Guilherme H. Polo Goncalves



More information about the Python-list mailing list