Py2Exe security

mahasamatman vladimir.n.ivanov at gmail.com
Tue May 3 10:13:33 EDT 2005


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




More information about the Python-list mailing list