Securing passwords stored inside of a database field using Python

Oleg Broytmann phd at phd.pp.ru
Wed Jan 17 09:50:08 EST 2001


On Wed, 17 Jan 2001, chris lamb wrote:
> A one way encryption algorithm? If so what would be recommended by anyone<

   MD5 or SHA. Python has modules for both. Some databases can create
hashes for passwords (MySQL can do it with both unix "broken DES" hash and
MD5).

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list