Incorrect password after exiting
#4

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.
Reply


Messages In This Thread
Incorrect password after exiting - by bencesz - 25.05.2017, 16:07
Re: Incorrect password after exiting - by Antenastyle - 25.05.2017, 17:10
Re: Incorrect password after exiting - by bencesz - 25.05.2017, 19:09
Re: Incorrect password after exiting - by Vince - 25.05.2017, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)