In this video, we'll learn all about Bcrypt! We'll see how we can use it to hash our passwords so that we don't store them in plain text format in our database.
Next, we'll also learn how salting works and why it's needed later on when we want to compare the password user just typed with the hashed version that we have stored in our database.
Link to repository:
https://github.com/eXtremeXR/APIAuthe...
Specific branch:
https://github.com/eXtremeXR/APIAuthe...
You can find different branches for different videos and reference the code that way. Every video (that's about programming) will have a corresponding branch that's called the same as the video title.
Huge shout-out to Michael Alaev for helping out with GitHub repository!