#1

originally md5_hash for pawn was created by y_less, but its not in his github user, so where could i get the new one?
i used it for players password security, passwords are salted and hashed with md5, i know its old way of doing this, but still
Reply
#2

https://github.com/GRGServer/SAMP/bl...cludes/MD5.inc

I won't recommend you using MD5 for salting/hashing passwords.

Go for BCrypt or just use SHA-256 + SALT method. More secure.
Reply
#3

but mybb forum still uses that hashing method, thats why i still use it
Reply
#4

so only bcrypt?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)