only one Posted June 18, 2007 Share Posted June 18, 2007 hi, i had an idea of craking md5 i thought this might work.. but my comp froze any1 got an idea?? <?php $query = mysql_query("SELECT pass FROM users WHERE user='$_GET[user]'"); while(!$quey = md5($randkey)){ $torand = "1234567890abcdefghijklmnopqrstuvwxyz"; $randkey = $torand{ rand(0,36) }; }else{ echo "$randkey"; } ?> Link to comment https://forums.phpfreaks.com/topic/56030-craking-md5/ Share on other sites More sharing options...
ToonMariner Posted June 18, 2007 Share Posted June 18, 2007 it will take for ever to process... http://www.md5.rednoize.com/ - they have millions of records in teh database but still have millions more to add... Link to comment https://forums.phpfreaks.com/topic/56030-craking-md5/#findComment-276715 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.