On Monday 17 February 2003 09:17, Vernon wrote: > I made the mistake of opening a web site with encrypting the passwords > stored in the database and want to encrypt them all in one fell swoop. Any > ideas on how to do that?
while (some more password) { get password from wherever it is stored md5() password put password back to wherever it is stored } -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Will this never-ending series of PLEASURABLE EVENTS never cease? */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php