Node Password Hashing with bcrypt

Опубликовано: 29 Сентябрь 2024
на канале: WittCode
278
22

Learn how to hash passwords with Node using the bcrypt library. We will also go over how to store passwords securely, what a hash is, and what a salt is.

💻 My Software 💻
My Chrome Extension WittCepter - https://chromewebstore.google.com/det...

📚 My Courses 📚
https://courses.wittcode.com

👩‍💻 Download Code 👨‍💻
https://blog.wittcode.com

⌛ Timestamps ⌛
0:00 - Introduction
0:06 - How to Store Passwords
0:37 - What is a Hash?
1:11 - Project Setup
1:32 - Hashing Passwords with bcrypt
2:14 - Salt and Hashes
4:06 - bcrypt Hash Structure
5:06 - What are Salt Rounds?
5:50 - How Many Salt Rounds to Use?
6:05 - Validating Passwords with bcrypt
8:05 - Store Both Salt and Hash in Database
9:01 - Outro