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!
Description:
Learn how to enhance Git commit security using Pretty Good Privacy (PGP) and Gnu Privacy Guard (GPG) in this informative conference talk. Explore the basics of public key cryptography, set up your own PGP public key, and discover the integration between PGP and Git for signing commits. Understand the importance of verifying commit authenticity in open-source projects and how to build a "web of trust" among contributors. Gain practical knowledge on implementing signed commits, configuring repositories for signing, and advanced key usage and maintenance. Delve into topics such as symmetric vs asymmetric cryptography, hash functions, and the process of publishing and signing keys. Master the techniques to ensure the legitimacy of contributions and strengthen the security of your Git workflow.