Re: [PHP] Re: Format of Encrypted Password

2006-09-06 Thread Ray Hauge
On Wednesday 06 September 2006 04:02, Mourad Boulahboub wrote: > Hi Kevin, > > Kevin Murphy schrieb am 06.09.2006 00:27: > > $_SERVER['PHP_AUTH_PW'] > > this is needed if you run HTTP-Authentication for e.g. .htaccess/.htpasswd > > i think you will find a string like > > Header("WWW-Authenticate: B

[PHP] Re: Format of Encrypted Password

2006-09-06 Thread Mourad Boulahboub
Hi Kevin, Kevin Murphy schrieb am 06.09.2006 00:27: > > $_SERVER['PHP_AUTH_PW'] > this is needed if you run HTTP-Authentication for e.g. .htaccess/.htpasswd i think you will find a string like Header("WWW-Authenticate: Basic in your scripts also. I think the passwords are stored in MD5 --