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