[Tutor] Password Program

Justin Heath justin@unixremedies.com
Thu Jul 24 18:41:03 2003


Michie DeBerry wrote:

>Hello peeps,
>I was wondering if it was possible to have a program in Python ask someone for 
>a user name/password and then encrypt the password, save it to the harddrive, 
>and later, when asked, decrypt the password and tell u what the un/pw is.
>
>_______________________________________________
>Tutor maillist  -  Tutor@python.org
>http://mail.python.org/mailman/listinfo/tutor
>  
>
Check out http://www.python.org/doc/2.2.3/lib/module-crypt.html.