25.05.2017, 20:58
Do NOT use udb_hash for security! This is only marginally more secure than just storing the password in plain text. It can be cracked in seconds. Despite the name, udb_hash is not a hashing algorithm. It is a checksum algorithm better known as Adler32.
Use a strong and proven hashing algorithm like Whirlpool or Sha2 or bcrypt.
Use a strong and proven hashing algorithm like Whirlpool or Sha2 or bcrypt.