When would one use a password hash instead of a KDF?
From what I’m reading, for storing passwords it is recommended to use a KDF (like Bcrypt). If it is more secure to use a KDF for handling passwords, when would you use a password hash instead?
Continue reading When would one use a password hash instead of a KDF?