Completed
Thank you!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Safe and Signed Git Commits with PGP
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Thomas Qvidahl
- 3 How encryption and decryption works, the very very short version...
- 4 Symmetric vs Asymmetric cryptography
- 5 How Public Key cryptography works, the very very short version...
- 6 For larger datasets, use symmetric key to encrypt data
- 7 Hash function
- 8 My Public Key
- 9 Pretty Good Privacy
- 10 Gnu Privacy Guard
- 11 Installing GPG
- 12 4. Publishing keys and signing other people's keys
- 13 Signing git commits
- 14 Enforcing signed git commits
- 15 Advanced key usage and maintenance
- 16 Thank you!