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

Ashish Shrestha lists@shrestha.net.np
Thu, 22 Aug 2002 08:59:40 +0545


since passwords only require one way function (that is you don't have to 
decrypt them) you can use md5 that is available in all platform. look at 
md5 module.

org password ->md5 ->md5 digest of org password

to test take the entered password -> md5 -> md5 of entered password

then compare the md5 digests of these two!

ashish shrestha