Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by Japa ( 15 years ago )
<?php
$haha = hash_algos();
$i = 0;
$senha = "sua senha";
$sal = "sal";
while($i != 42)

{
$i++;
if($i != 42)
 {
 $senha = hash("$haha[$i]", $senha);
 }
}

echo md5("$senha"); 
?>

 

Revise this Paste

Your Name: Code Language: