korhonen.cc/content/pgp/index.adoc
Marko Korhonen fa8c253c76
All checks were successful
continuous-integration/drone/push Build is passing
Add information about keybase
2022-09-24 23:57:34 +03:00

50 lines
2 KiB
Text

---
title: PGP
description: Information about my PGP key
date: 2022-03-25
featured_image: hero.jpg
---
= PGP
I like PGP and I secure everything I can with it. If you would like to
send me encrypted files, emails or anything of that sort, you came to
the right page. Next up is my public key in different formats.
== Fingerprint and keyserver
[source]
----
include::assets/fingerprint[]
----
This is my key fingerprint and it can be found at the link:https://keys.openpgp.org/search?q=marko%40korhonen.cc[keys.openpgp.org] keyserver. If for some reason you cannot use this option, see <<_direct_download>>.
== Direct download
link:assets/marko_korhonen_pgp.asc[Click here to download]
To import the key to link:https://gnupg.org[GnuPG] on Linux, run the following command
[source,shell]
----
include::assets/pgp_import.sh[]
----
== OpenKeychain
The following QR code is importable in the Android app
link:https://www.openkeychain.org[OpenKeychain].
image:assets/openkeychain.svg[OpenKeychain QR code]
== Keybase
I have setup an account in link:https://keybase.io/functionalhacker[Keybase] to prove
ownership of some of my social media accounts and such. If you're interested in that
sort of thing, check it out at the link above. You can also message me there.
== Update 2022-08-28: new key
I have decided to change my old RSA key to ed25519. I have link:assets/marko_korhonen_pgp.asc.sig[signed the new key] with link:assets/old_key/marko_korhonen_pgp.asc[my old key] if you wish to verify cryptographically that the new key belongs to me (given that you believed that my old key belonged to me to begin with 😉). Revocation certificate for the old key is available at link:assets/old_key/marko_korhonen_pgp.rev[here].
On a related note, I can wholeheartedly recommend changing to ed25519 to anyone. It is supposedly more secure than RSA but to my surprise, it is many times faster too. With my old key it used to take 2-3 seconds to decrypt a password from my password manager. Now, it's practically instant.