- $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);
- yumd5? :C
Re: Untitled
From Sexy Curlew, 1 Year ago, written in Plain Text, viewed 90 times.
This paste is a reply to Untitled from Botched Gibbon
- view diff
URL https://paste.bugabuse.net/view/321bd779
Embed
Download Paste or View Raw
— Expand Paste to full width of browser