hello, i have this password:
$1$Krfu7i0v$0qmZoljmp9lQG.DR4L61u0
this value is in the 'pw_name' of the database.
I know how the server authenticates the user. This is that:
if($row{'pw_passwd'} == crypt($_POST["password"],"$1$".substr($r鈥?)){
session_start();
......................................鈥?br>
is it possible to find the original password? by using brute force etc?|||You can use rainbow tables, and they're only about 80GB for the full ones these days...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment