nirvana4lf Posted July 30, 2007 Share Posted July 30, 2007 how does php nuke create/"decypher" the coded passwords it stores in the MySQL database? Quote Link to comment Share on other sites More sharing options...
Crow Posted July 30, 2007 Share Posted July 30, 2007 I'm not sure exactly how PHPnuke does it, but a lot of PHP applications I've developed use md5 hashing (using md5() and just run a check based on the hash stored in the database. There's no way to decipher a hash though. Quote Link to comment Share on other sites More sharing options...
Fadion Posted July 30, 2007 Share Posted July 30, 2007 As far as i know it uses md5 and if so its impossible to decrypt, as it uses a one way hash algorithm. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.