INI_WriteString for password
#1

I know how to use INI_WriteString

but i want to use INI_WriteString with password also includes with udb_hash by draco blue
but when i try this

pawn Код:
INI_WriteString(file, "Password", udb_hash(inputtext));
it gave me argrument tag mismatch error.
Reply
#2

udb_hash returns an integer.

So use INI_WriteInt.

You can try using Whirlpool to hash your passwords instead. Then you can use INI_WriteString.
Reply
#3

Thanks VincentDunn i will use Whirlpool instead.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)