iJOo Md5 hash - Learn Be Master ^^

buat Encrypt n decrypt file md5 hash password dll - please be patient. If you have hit cancel before MDcrack has exited, please click here.

"); } ?>

*Hash Type: MD5    MD4    NTLM1    Benchmark
Encrypted String /
Minimal Cleartext Size
*
Challenges
Challenge to prefix password with:
Challenge to prefix password to:

Custom Character Set
Input/Output Files
Read computed hashes from:

Write computed hashes to:
Fast-write computed hashes to:

Misc. Configuration
Normal
Verbose
Very Verbose
Delete any resume file
Find all collisions

\n\n\n"); } elseif(isset($HTTP_GET_VARS[string]) and $HTTP_GET_VARS[string] != "") { $cmd = "./mdcrack "; // Error checking if(strlen($HTTP_GET_VARS[size]) >2) die("That was cute, kid. try again."); // Predefined values: $cmd .= "-M ".$HTTP_GET_VARS[type]; if($HTTP_GET_VARS[verbose] == "yes") $cmd .= "-v "; if($HTTP_GET_VARS[verbose] == "very") $cmd .= "-V "; if($HTTP_GET_VARS[delres] == "yes") $cmd .= "-d "; if($HTTP_GET_VARS[allc] == "yes") $cmd .= "-a "; // Text strings: if($HTTP_GET_VARS[pre] != "") $cmd .= "-b ".$HTTP_GET_VARS[pre]." "; if($HTTP_GET_VARS[suf] != "") $cmd .= "-e ".$HTTP_GET_VARS[suf]." "; if($HTTP_GET_VARS[cset] != "") $cmd .= "-s ".$HTTP_GET_VARS[cset]." "; if($HTTP_GET_VARS[in] != "") $cmd .= "-R ".$HTTP_GET_VARS[in]." "; if($HTTP_GET_VARS[out] != "") $cmd .= "-W ".$HTTP_GET_VARS[out]." "; if($HTTP_GET_VARS[fout] != "") $cmd .= "-F ".$HTTP_GET_VARS[fout]." "; if($HTTP_GET_VARS[size] != "") $cmd .= "-S ".$HTTP_GET_VARS[size]." "; // Run MDcrack if(strlen($HTTP_GET_VARS[string]) == 32) { $cmd .= " ".$HTTP_GET_VARS[string]; exec(escapeshellcmd($cmd), $output); print("

\n

\nOptions set: $cmd\n
"); print("\n\n\n
"); } else { print("

The hash you entered appears either to be too long or too short. Please try again.

"); } } unlink("lockfile") or print("Could not remove lockfile. Please check permissions."); ?>

Updates can be found at www.yiffy.tk or www.blkmatrix.com
Version .99a - 13-Aug-03