Compare commits

...

2 Commits

Author SHA1 Message Date
Anton Livaja 6bd6f66314
feat: add keyoxide to last slide 2024-10-02 16:10:13 -04:00
Anton Livaja 7035658b21
fix: remove advanced points 2024-09-18 11:56:22 -04:00
1 changed files with 2 additions and 13 deletions

View File

@ -105,19 +105,6 @@ What are some useful ways we can use OpenPGP:
---
## What's Happening Behind the Scenes
* GPG generates a symmetric key (AES) and uses that to encrypt the bulk of the data
* RSA/ECC is used only to encrypt the symmetric key
* The encrypted data packet contains metadata about which public keys were encrypted to
* This can be hidden using `--hidden-recipient/-R`
* Inspect packets using `gpg --list-packets <file.asc/file.gpg>`
---
## Verifying Signatures 📝
* Go to: https://www.qubes-os.org/downloads/
@ -230,6 +217,8 @@ What are some useful ways we can use OpenPGP:
## Further Studies
* [keyoxide](https://keyoxide.org/): decentralized tool to create and verify decentralized online identities
* [pass](https://www.passwordstore.org/): Unix based `gpg` password manager
* [OpenPGP for application developers](https://openpgp.dev/book/): Deep dive on OpenPGP