Thank you for your help. What happens if I choose another encryption for the passwords.. like md5? Would that work ? ( I suppose not )
Best Regards, Edvin Seferovic -----Original Message----- From: Shane Chrisp [mailto:[EMAIL PROTECTED] Sent: Montag, 21. Juni 2004 16:42 To: [EMAIL PROTECTED] Subject: RE: [toaster] Password in mysql > I was wondering how the passwords in the mysql are encrypted? Can those passwords be generated by php? Sure can. $cryptedpass = crypt("the_password"); have a look at a quick n dirty file I put up a long while ago for someone else as a guide. http://www.cwispy.com/freedownloads.php Shane
