✍️
Web Application
  • Cookie
  • Intro
    • HTTP
  • Cookie
    • Counting Cookie
    • Shopping Cart Using Cookie
    • Shopping Cart Page:id
    • Shopping Cart Page
    • Cookie and Security
  • Session
    • Intro
    • Session and Cookie
    • Session with Express
    • Login function using session
    • How to store session data
    • store as file
    • store in mysql DB
    • Store Session in OrientDB
  • Security Password
    • salt
    • PBKDF2
    • Log in with encrypted password
    • PassportJS
    • Untitled
  • Federation Authentication
    • Intro
    • Facebook Authentication
    • FB Auth Summary
  • refactoring
    • template engine : pug extends, include
    • Modularity
    • Divide Router
Powered by GitBook
On this page

Was this helpful?

  1. Security Password

PBKDF2

PrevioussaltNextLog in with encrypted password

Last updated 4 years ago

Was this helpful?

PBKDF2 : Password-Based Key Derivation Function 2

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

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