KDF: Key Derivation FunctionLast updated 2023-09-02password hashing function과 동의어binary형식의 key 보단 text 형식의 password가 필요할 때 사용하는 hash functionPBKDF2, bcrypt, scrypt 등이 KDF에 속함bcrypt의 b는 사용한 크립토 라이브러리인 blowfish에서 왔다CryptographyKDF: Deriving Key from Password - Practical Cryptography for DevelopersPassword hashing in Node.js with bcrypt