PBKDF2

PBKDF2 : Password-Based Key Derivation Function 2

암호화 함수이다. It creates 'salt' automatically.

같은 비밀번호라도 자동생성된 salt값에 따라 다른 해시값이 출력되는 것을 알 수 있다.

Last updated

Was this helpful?