I like the Toolkit, is there anywhere where there is a how to use it?
 
Thanks,
Nathan Pinno,
Co-owner/co-operator of The Web Surfer's Store.
http://www.the-web-surfers-store.com/
MSN Messenger: [EMAIL PROTECTED]
Yahoo! Messenger: spam_swatter31
AIM: f3mighty
ICQ: 199020705  
 


From: Adam [mailto:[EMAIL PROTECTED]
Sent: November 28, 2005 3:44 PM
To: Nathan Pinno
Cc: Albertito Troiano; Tutor Mailing List
Subject: Re: [Tutor] Is it a good idea to use TKInter to change my password program into a GUI?

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 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.


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to