Kevin Murphy <mailto:php@xxxxxxxxxxxxxxxxxx> on Tuesday, September 05, 2006 3:27 PM said: > The passwords are called in the application by: > > $_SERVER['PHP_AUTH_PW'] > Is there any way to tell how these passwords were encrypted? Have you tried searching the entire codebase for that string? Might get you some clues. >From the commandline (and at the root of the codebase): # grep -R PHP_AUTH_PW * Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php