For a Better Password
#1

I Want to using Y_Ini for My Gamemode ...
So I Want to store the Password and Get a Password Is Corret or Not at OnPlayerConnect ....

So the Better I Use ... WP_Hash (Whirlpool) or udb_Hash (Dracoblue) ?

Thanks Before..
Reply
#2

If fully your choice. If you'd ask me: Whirlpool
Reply
#3

Whirlpool and use a random salt for the best security in my opinion. Great tutorial here if needed: https://sampforum.blast.hk/showthread.php?tid=350664
Reply
#4

Quote:
Originally Posted by Deroxi
Посмотреть сообщение
If fully your choice. If you'd ask me: Whirlpool
Yeah , Maybe the Accurate is High !!

I Doubt with this choice ... so i ask SA-MP
Reply
#5

Quote:
Originally Posted by Chilli9434
Посмотреть сообщение
Whirlpool and use a random salt for the best security in my opinion. Great tutorial here if needed: https://sampforum.blast.hk/showthread.php?tid=350664
Agree.. I have thought about it

And Thanks for the Link and your Opinion xD ..
Reply
#6

Udb_hash is NOT a hashing algorithm and utter crap. I think you could've deducted that yourself by the fact that the udb_hash function (a.k.a. Adler32 checksum algorithm) is about ten lines long while Whirlpool requires an entire plugin to function. Personally I would now go for the inbuilt SHA256_PassHash.
Reply
#7

Quote:
Originally Posted by Vince
Посмотреть сообщение
Udb_hash is NOT a hashing algorithm and utter crap. I think you could've deducted that yourself by the fact that the udb_hash function (a.k.a. Adler32 checksum algorithm) is about ten lines long while Whirlpool requires an entire plugin to function. Personally I would now go for the inbuilt SHA256_PassHash.
I Need an Example for this..
I Never use this code before ..
Reply
#8

Anyone ?
I Need a simple Example for using this Function
Reply
#9

Either Whirlpool or the new 0.3.7 SHA256 function.
Whirlpool is more secure but SA-MP isn't a bank or something, so SHA256 should be more than enough.
https://sampforum.blast.hk/showthread.php?tid=581336
Reply
#10

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Either Whirlpool or the new 0.3.7 SHA256 function.
Whirlpool is more secure but SA-MP isn't a bank or something, so SHA256 should be more than enough.
https://sampforum.blast.hk/showthread.php?tid=581336
And what the function of salt ?
the SHA256_PassHash(string, salt, Password, len_of_password);

I Dont know how to use Salt ..
Anyone for Example?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)