Re: [PHP] converting a password database from perl to php

2002-03-22 Thread R'twick Niceorgaw
t;[EMAIL PROTECTED]> To: "R'twick Niceorgaw" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 11:46 AM Subject: Re: [PHP] converting a password database from perl to php > text password : f0rget123 > encrypted password: òOú«#7Fá73¯ Uh,

Re: [PHP] converting a password database from perl to php

2002-03-22 Thread Rasmus Lerdorf
> text password : f0rget123 > encrypted password: òOú«#7Fá73¯ Uh, that's not md5 at all. By definition md5 is 32 characters. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] converting a password database from perl to php

2002-03-22 Thread R'twick Niceorgaw
me out with this. Regards R'twick - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "R'twick Niceorgaw" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 11:07 AM Subject: Re: [PHP] converting a password database

Re: [PHP] converting a password database from perl to php

2002-03-22 Thread Rasmus Lerdorf
Show us an example Perl one. Chances are you can get the PHP crypt() function to do the right thing by feeding it the correct SALT. -Rasmus On Fri, 22 Mar 2002, R'twick Niceorgaw wrote: > Hi all, > I'm converting a site written in perl to php. It has a member section which > is password protec