1. Public-key cryptography
I use a PGP masterkey, with ID 414F613F8F0F994A, and rotating subkeys.
All the public parts of the PGP keypairs can be found in various locations:
astevan.codeberg.page |
curl -o - https://astevan.codeberg.page/414F613F8F0F994A.pub.asc | gpg --import - |
keyserver.ubuntu.com |
gpg --keyserver keyserver.ubuntu.com --recv-keys 414F613F8F0F994A |
keys.openpgp.org |
gpg --keyserver keys.openpgp.org --recv-keys 414F613F8F0F994A |
codeberg.org:astevan |
curl -o - https://codeberg.org/astevan.gpg | gpg --import - |
gitlab.isae-supaero.fr:a.stevan |
curl -o - https://gitlab.isae-supaero.fr/a.stevan.gpg | gpg --import - |
github.com:a-stevan |
curl -o - https://github.com/a-stevan.gpg | gpg --import - |