On 4 Apr 2001 08:06:06 -0700, Chris Hutton [RaptorNet] <[EMAIL PROTECTED]> wrote:
>How would I go about using PHP to take an entered password, and check it
>against an encyrpted MD5 password in a database or flat-file? 

retrieve the record you'd like to check and compare it to
md5($UserEnteredPassword).

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to