|
|
|
|
|
by laumars
3973 days ago
|
|
> No: This is why you have a split between KDFs and hashes. Where you use one, you would not want to use another. That's not true either. Hashes are recommended to be used as input to KDFs. "Modern password-based key derivation functions, such as PBKDF2 (specified in RFC 2898), use a cryptographic hash, such as SHA-2" Source: https://en.wikipedia.org/wiki/Key_derivation_function#Key_st... > Trying to make one that does both leads to something that sucks at both. eh? Nobody is advocating that what-so-ever. Not me, not anybody. I think you're now arguing with me for the sake of arguing with me. :-/ |
|
While KDFs do use hash functions internally, the hash function is an implementation detail.