Password Hash
#1

Hello, peoples

I was following this tutorial https://sampforum.blast.hk/showthread.php?tid=160971
and i successfully did make it, but the password, how can i hash it as i don't either wanna see their pass, and also make it safe for them?
Reply
#2

When you use the tag:
At the INSERT (RegisterPlayer) Query you edit the '%s' from the password to this:
pawn Код:
MD5('%s')
At the SELECT query to login you use this(LoginPlayer):
pawn Код:
Password=MD5('%s')
instead of '%s'
Reply
#3

Or you can just use SHA1
Reply
#4

Yea doesn't make a big differents.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)