Bcrypt[checkpw()] Login, how to check if an entered password matches the hashed password saved in the database
* 관련 기술 스택이 없습니다

• Bcrypt has a method called checkpw() to check if entered password matches hashed password in database.
• Encoding and decoding of passwords is important to avoid errors in login.
• Double-encoding of hashed password causes errors and invalid salt.
• Hashed password must have $2b$ prefix achieved by decoding password.

북마크
공유하기
신고하기