Posts: 86
Threads: 36
Joined: Jan 2014
Reputation:
0
Hi, i want to do a PHP Login for my PCU, but i have a problem; "i dont know how to do that because i have encrypted passwords with Whirlpool." if you know how to do that, please send me a message! i need that!.
Have a good day!
Posts: 1,113
Threads: 127
Joined: Jul 2008
Reputation:
0
PHP has a function for hashing strings with Whirlpool aswell.
Posts: 6
Threads: 0
Joined: May 2014
Reputation:
0
* I know its not your answer but use $_GET['username'] not $_POST['username'], anyone can harsh it if your script is not pro.
* Don't use mysql, use mysqli instead, others can use sql injection on mysql
* Don't post peoples IP please, you could remove it with paint or something
Posts: 86
Threads: 36
Joined: Jan 2014
Reputation:
0
somebody can help me fixing that?