Re: md5 encryption.

2002-11-13 Thread dan
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.

Re: md5 encryption.

2002-11-13 Thread Felix Geerinckx
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

RE: md5 encryption.

2002-11-13 Thread Timothy Johnson
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