Py2Exe security

Grant Edwards grante at visi.com
Tue May 3 10:46:12 EDT 2005


On 2005-05-03, mahasamatman <vladimir.n.ivanov at gmail.com> wrote:

> I suggest You to use base 64 encoded strings
> something like
> password = 'aGlkZGVuX3Bhc3N3b3Jk\n'
> password = pasword.decode("base64")

That will delay the attacker for a few minutes.

-- 
Grant Edwards                   grante             Yow!  Do you like "TENDER
                                  at               VITTLES"?
                               visi.com            



More information about the Python-list mailing list