look up Crypt::PasswdMD5 on CPAN. I use the same module, no problems.

dan
"Christopher Burger" <[EMAIL PROTECTED]> wrote in message
news:!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAQQZ01V1XZUy+ZLRflK79TcKA
[EMAIL PROTECTED]
Just a quick question.  How can encrypt something with md5 encryption.
I have passwords in a mysql database that are md5 encrypted.  I was
wondering if I can use something like

$password = md5($input{'password'};

to get the input encrypted and then check against the sql field for
proper login.

Appreciate any help, thanks.

Chris Burger



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to