Hash password on PHP
#2

udb_hash, despite the name given by DracoBlue, is NOT a hashing algorithm. This is a checksum algorithm better known as Adler32. It is incredibly insecure, can be cracked in seconds and is thus not suitable for passwords at all.

Use a proper algorithm like Whirlpool or Sha512 and add a salt. http://php.net/manual/en/function.hash.php
Reply


Messages In This Thread
Hash password on PHP - by Sensation - 31.05.2015, 15:24
Re: Hash password on PHP - by Vince - 31.05.2015, 16:38
Re: Hash password on PHP - by Sensation - 31.05.2015, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)