0:00
0% complete
LearnStep 1 of 3
Secure Password Storage
Learning Objectives
- •Hash passwords with bcrypt
- •Verify password hashes
- •Understand password security
Lesson Outline
LearnStep 1/3
Secure Password Storage
python
Why Hashing?
- Never store plain text passwords
- Bcrypt is slow by design (prevents brute force)
- Each hash includes a unique salt