[Tutor] what module to use for encrypt passwords????

Allen aschmidt@fredericksburg.com
Wed, 21 Aug 2002 17:24:59 -0400


I could use something like this, to. We use UBB for our forum and it uses
$crypt in PHP to handle passwords. Now we want to use the user information
in other areas of our site (data is in MySQL) to handle user logins.

----- Original Message -----
From: "python" <python@inkedmn.net>
To: "MIG" <max_ig@yahoo.com>
Cc: <tutor@python.org>
Sent: Wednesday, August 21, 2002 5:16 PM
Subject: Re: [Tutor] what module to use for encrypt passwords????


> hello,
>
> there's the crypt module, but that's only for Unix...
>
> why not write your own encryption algorithm?  how secure does this
> have to be?
>
> brett
>
> M> I have to do a simple, not extremely secure GUI in tkinter requesting
> M> for users and their passwords. My question is what module should I use
> M> for encrypt passwords? it has to be a module availabe either in Windows
> M> Linux.
>
> M> Thanks,
>
>
> M> Max
>
> M> __________________________________________________
> M> Do You Yahoo!?
> M> HotJobs - Search Thousands of New Jobs
> M> http://www.hotjobs.com
>
> M> _______________________________________________
> M> Tutor maillist  -  Tutor@python.org
> M> http://mail.python.org/mailman/listinfo/tutor
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>