Best Hash - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Best Hash (
/showthread.php?tid=524629)
Best Hash -
AroseKhanNiazi - 07.07.2014
i want to know the hash that can't be decoded well whirlpool can be decoded and if (****** u want to know how i will give u link from where it can be)
Re: Best Hash -
TwinkiDaBoss - 07.07.2014
Look at this.
https://sampforum.blast.hk/showthread.php?tid=350664
Re: Best Hash -
AroseKhanNiazi - 07.07.2014
its whirlpool hash -_-
Re: Best Hash -
Stinged - 07.07.2014
He posted a link on how to salt.
Read about it. It's very secure.
What it does is it hashes the password, the it hashed the hashed-password.
Re: Best Hash -
TwinkiDaBoss - 07.07.2014
Simply said multi hash in some way. I personaly dont use it but many people do. Its realy secure.
Re: Best Hash -
DeStunter - 07.07.2014
Do read what he posted, because those decoders don't decode it rather check the hash against a sql db full of hashes and answers. so by salting you are guaranteeing it to not be in any db. I have mine set-up so that every user has their own 128 character randomly generated string salt which is used to encrypt only that users password and other sensitive information.
Re: Best Hash -
Vince - 07.07.2014
First of all, know the difference between encoding, encrypting and hashing. The former two are meant to be reversible, the latter isn't. Every hash is crackable, given enough time and computing power. A salted password should take a few years to crack.
Re: Best Hash -
Mauzen - 07.07.2014
Quote:
Originally Posted by AroseKhanNaizi
i want to know the hash that can't be decoded well whirlpool can be decoded and if (****** u want to know how i will give u link from where it can be)
|
Using rainbow tables cant be called "decoding". You can do that for ANY hash algorithm, as long as it is open source.
However, salting or using anything but common words as password makes is ineffective. Password safety isnt just the servers job, but also depends on the users choices and behavior.
So if you want "the best hash", create one yourself and keep the source closed, and prevent people from knowing anything about the hashing process, so theres actually no chance for them to use stuff like rainbow tables.
Re: Best Hash -
MehranGta - 07.07.2014
any kind of hash but it must to be salted