Re: Untitled

From Sexy Curlew, 1 Year ago, written in Plain Text, viewed 91 times. This paste is a reply to Untitled from Botched Gibbon - go back
URL https://paste.bugabuse.net/view/321bd779/diff Embed
Viewing differences between Untitled and Re: Untitled
$password=$_POST['password'];

$salt = "salt5";
$hash = md5 ( md5 ('$salt') . md5 ($password));

$con=mysqli_connect("localhost","a1948929_hash","this_isnt_really_my_password","a1948929_hash");

 mysqli_query($con,"INSERT INTO hash (id, hashed, unhashed)
VALUES ('NULL', '$hash', '$password')");


mysqli_close($con);mysqli_close($con);

yumd5? :C

Reply to "Re: Untitled"

Here you can reply to the paste above