![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Re: Re: Re: Ecrypting passwordsby bdonlan (Novice) |
on Oct 07, 2003 at 22:32 UTC ( #297412=note: print w/replies, xml ) | Need Help?? |
Are partial hashes secure for this purpose? If so, you could store a partial hash and send some sort of random token to the client. The client could then create a hash from the password and token, and the server could check by finishing the hash with the token. If the tokens are not reusable, then I'd think that'd solve the problem.
In Section
Seekers of Perl Wisdom
|
|