Re: [PHP] Linux / PHP and passwords -( md5 function)

2001-03-12 Thread Christian Reiniger
On Monday 12 March 2001 18:31, you wrote: > I am trying to generate a MD5 string equal to a known passwords MD5 > string , with no luck in order to make a new password file > > i have tried use php's : $value = md5($string); > and $value = crypt($string,$salt); > > the passwds in my systems /etc/

[PHP] Linux / PHP and passwords -( md5 function)

2001-03-12 Thread neil
Hello all I am trying to generate a MD5 string equal to a known passwords MD5 string , with no luck in order to make a new password file i have tried use php's : $value = md5($string); and $value = crypt($string,$salt); the passwds in my systems /etc/shadow all start with $1 which i believe