hashing passwords
#1

Hi guys,

I am making a Roleplay server script from scratch and I can't find out how to hash the stored passwords, and this is obviously a step you don't want to skip.
Can't remember what to search for either (I used to script before..)
Reply
#2

pawn Code:
MD5_Hash(string[])
Put the .inc file in pawno/include
Reply
#3

Thanks, but how do i use it with SII?
Reply
#4

MD5 is not secure. Use Whirlpool.
https://sampforum.blast.hk/showthread.php?tid=65290
Reply
#5

Thanks, but I've tried using it, and i just get a "runningerror"..
Reply
#6

I'm getting a Run time error 19 when i try to use whirlpool. Have I not installed it the right way or what?
Reply
#7

You need to put the .dl (or .so if your on linux) in plugins folder.
Then you need to add Whirlpool to the plugins line in server.cfg
Reply
#8

Thank you! Tried to figure this out for hours..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)