Completed
Secure Password Storage
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
.NET Core Data Security - Hope is Not a Strategy
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What This Talk Is
- 3 What We Will Cover
- 4 Examples of Cryptography
- 5 Random Numbers
- 6 Hashing-SHA Family
- 7 HashMessage Authentication Codes - HMAC
- 8 Secure Password Storage
- 9 Symmetric Encryption - AES
- 10 AES-GCM Mode (Galois Counter Mode)
- 11 Asymmetric Encryption - RSA
- 12 Digital Signatures
- 13 Quick Recap
- 14 Hybrid Encryption - Integrity (AES-CBC)
- 15 Hybrid Encryption - Signature
- 16 What We Have Covered