korhonen.cc/content/pgp/index.adoc
Marko Korhonen e63d1079a5
All checks were successful
continuous-integration/drone Build is passing
Add information about new key
2022-08-28 20:33:34 +03:00

39 lines
1.5 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
[source]
----
include::assets/fingerprint[]
----
This is my key fingerprint and it can be found around the various
keyservers on the internet but since the demise of SKS keyservers,
I have not really bothered with keyservers so see below for the full key.
== ASCII Armor
link:assets/marko_korhonen_gpg.asc[Click to download]
== OpenKeychain
The following QR code should be importable in the Android app
OpenKeyChain but this relys on keyservers so your results may vary.
image:assets/openkeychain.svg[OpenKeychain]
== Update 2022-08-28: new key
I have decided to change my old RSA key to ed25519. I have link:assets/marko_korhonen_gpg.asc.sig[signed the new key] with link:assets/marko_korhonen_gpg.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 😉).
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.