[Tutor] How to save password ?

Mark Kels Mark.Kels at gmail.com
Thu Oct 14 20:05:23 CEST 2004


On Thu, 14 Oct 2004 10:39:44 -0300, Marcos Mendonça <marcosm at gmail.com> wrote:
> Hi
> 
> You don't need to change back and md5 is a one way enconding technique.
> Just read the password the user enters, hash it and them compare it to
> the stored hashed value. If the hashes are the same the password is
> valid.
> 
> Hope i have helped
> 
> Marcos Mendonça
> See Ya!
> 
> On Thu, 14 Oct 2004 15:36:06 +0200, Mark Kels <mark.kels at gmail.com> wrote:
> > but how do I change back the hash to the password (  to confirm it ) ?
> 
> 
> >
> >
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
> 
Oh, ok, thanks.
But how can I save the hash so no one could change it but the app will
be able to access it  and compare it to the password the user enters ?

Thanks again.


More information about the Tutor mailing list