Jump to content

craking md5


only one

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.