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? Link to comment https://forums.phpfreaks.com/topic/62425-phpnuke-password/ 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. Link to comment https://forums.phpfreaks.com/topic/62425-phpnuke-password/#findComment-310912 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. Link to comment https://forums.phpfreaks.com/topic/62425-phpnuke-password/#findComment-310925 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.