fix: remove advanced points

This commit is contained in:
Anton Livaja 2024-09-18 11:56:22 -04:00
parent 511131fff7
commit 7035658b21
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 0 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 📝 ## Verifying Signatures 📝
* Go to: https://www.qubes-os.org/downloads/ * Go to: https://www.qubes-os.org/downloads/