look up Crypt::PasswdMD5 on CPAN. I use the same module, no problems.
dan
"Christopher Burger" <[EMAIL PROTECTED]> wrote in message
news:!~!UENERkVCMDkAAQACABgAQQZ01V1XZUy+ZLRflK79TcKA
[EMAIL PROTECTED]
Just a quick question. How can encrypt something with md5 encryption.
on wo, 13 nov 2002 18:23:15 GMT, Christopher Burger wrote:
> 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 th
perldoc Digest::MD5
This is the module you want to use.
-Original Message-
From: Christopher Burger [mailto:chris@;burgerfamily.net]
Sent: Wednesday, November 13, 2002 10:23 AM
To: [EMAIL PROTECTED]
Subject: md5 encryption.
Just a quick question. How can encrypt something with md5 enc