<?
$fp = fopen("pass.txt", 'r');
$neat = explode("\n", $fp);
foreach($neat as $word) {
echo md5($word);
}
?>
But it only did the first line. What can I do?
ON A SIDE NOTE: Does anyone know of an already made md5 list
Of course, this is for nothing illegal