Posts: 166
Threads: 39
Joined: May 2016
Reputation:
0
i'm currently using RPUCP by SecretBoss, but i have a problem, i know that this has been asked alot of times but i couldn't find answers in the threads i found over ******.
How do i get passwords via mysql hashed by whirlpool in php?
Posts: 180
Threads: 3
Joined: Mar 2018
Код:
hash("whirlpool", $string);
Posts: 455
Threads: 29
Joined: Apr 2014
SeanDenZYR you already asked that question, when you got somebodys gamemode with database there isnt no need for you to see others passwords.
when you want to check if players enterd password matches with hashed password in database, you just hash player entered password and compare hashes.