Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Five Password Authentications From Least to Most Secure - Explained with NodeJS & Postgres
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Auth Method 1 - Authentication password plain text
- 3 Auth Method 2 - Authentication with Password hash
- 4 Auth Method 3 - Authentication with Password hash and Salt
- 5 Auth Method 4 - Authentication with bcrypt hash with inline salt
- 6 Auth Method 5 - Encrypt everything, don’t store password in the database