[Tutor] Is it a good idea to use TKInter to change my password program into a GUI?

Adam adam.jtm30 at gmail.com
Mon Nov 28 23:43:40 CET 2005


Hello Nathan, glad to see you're still working on this. I don't think I can
improve on Danny's info on the GUI but I'll add this. You might want to try
the Python Cryptography Toolkit <http://www.amk.ca/python/code/crypto> to
encrypt the password files and maybe encrypting the file as a binary pickle
will add a little bit more security too. One last thing, I think you might
want to use "a" here

def save_file(pw):
    store = open('passcard.txt',"w")

so that new username/passwords are appended to the file rather than
overwriting any previous ones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20051128/8b8fee17/attachment.htm


More information about the Tutor mailing list