Understand BCrypt Password Encoder in Spring Security

preview_player
Показать описание
In this video, I'd like to share with you guys some background information about BCrypt password hashing function which is used by BCryptPasswordEncoder in Spring Security.
You will be able to Understand BCrypt cryptography algorithm:
- What is BCrypt?
- Pseudo code for BCrypt algorithm
- Format of BCrypt hash string
- How Spring Security implements BCryptPasswordEncoder.
- How to use BCryptPasswordEncoder in a Spring Boot project.
Рекомендации по теме
Комментарии
Автор

sir, in your opinion, in 2022, BCrypt, SCrypt and Argon2 which three are better for securing passwords..?

karuniaawalramadhan
Автор

This is an excellent explanation Nam, thank you as always.

ousmanesangary