Page 2 of 2

Posted: Thu Nov 19, 2009 7:31 pm
by koolpop0
rainbow tables is very fast compared to dictionary and brute force i prative auditing my password and rainbow tabled it was pretty fast

Posted: Mon Dec 07, 2009 4:35 pm
by Liidian
<?php
$password = $_POST['password'];
$salt1 = "18gI%f5A";
$salt2 = "@Y4p91bN";
$salt_password = md5($salt1.$password.$salt2);