diff options
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/gpg_key_update.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/content/projects/gpg_key_update.md b/content/projects/gpg_key_update.md new file mode 100644 index 0000000..0444afc --- /dev/null +++ b/content/projects/gpg_key_update.md | |||
@@ -0,0 +1,46 @@ | |||
1 | --- | ||
2 | title: "GPG Key Update" | ||
3 | date: 2022-02-21T01:50:00-05:00 | ||
4 | draft: false | ||
5 | --- | ||
6 | |||
7 | Hello everyone! Writing this quick article to announce the rotation and subsequent retiring of my old GPG key to a new one! I'm doing this mainly because my key has grown rather large, and I'd like to transition my key from using a 4096-bit RSA key to a Ed25519 key, which should provide functionally the same amount of security (author of Ed25519 quotes it equivalent to ~3000 bit RSA key, but I do know that really isn't the best way to compare these two things :P ) | ||
8 | |||
9 | So, with this announcement, I'd like to make the following points: | ||
10 | * My old key is not compromised, but will be revoked after making this announcement | ||
11 | * I will *not* use my old key to sign things, encrypt things, or authenticate with anything from this point onwards. If I do, something is terribly wrong. | ||
12 | * This new key has been cross signed by my old key, but I won't be cross signing my old key with my new one, since that seems to be a "can go either way" situation in this case, and I don't see the benefit as the key is being revoked regardless. | ||
13 | |||
14 | This is the information of the key that is being revoked: | ||
15 | ``` | ||
16 | pub rsa4096 2020-09-29 [C] | ||
17 | 2BC5D27B47EE5632F97A668012FAE298AAD38D3D | ||
18 | uid [ultimate] Ryan Schanzenbacher <ryan@rschanz.org> | ||
19 | uid [ultimate] Ryan Schanzenbacher <rjs1877@rit.edu> | ||
20 | uid [ultimate] Ryan Schanzenbacher <rschanzenbacher@stoicproductions.org> | ||
21 | uid [ultimate] [jpeg image of size 3237] | ||
22 | sub rsa4096 2020-09-29 [A] [expires: 2022-10-03] | ||
23 | sub rsa4096 2020-09-29 [E] [expires: 2022-10-03] | ||
24 | sub rsa4096 2020-09-29 [S] [expires: 2022-10-03] | ||
25 | ``` | ||
26 | |||
27 | And this is the information of my new key: | ||
28 | ``` | ||
29 | pub ed25519 2022-02-21 [C] | ||
30 | 3E8745425417A3E388ACD906067DC3463E17741C | ||
31 | uid [ultimate] Ryan Schanzenbacher <ryan@rschanz.org> | ||
32 | uid [ultimate] [jpeg image of size 4437] | ||
33 | uid [ultimate] Ryan Schanzenbacher <rjs1877@rit.edu> | ||
34 | uid [ultimate] Ryan Schanzenbacher <rschanzenbacher@stoicproductions.org> | ||
35 | sub ed25519 2022-02-21 [S] [expires: 2023-02-21] | ||
36 | sub cv25519 2022-02-21 [E] [expires: 2023-02-21] | ||
37 | sub ed25519 2022-02-21 [A] [expires: 2023-02-21] | ||
38 | ``` | ||
39 | |||
40 | I'd recommend to update your keychains if you happen to have my key, and the key hosted on the homepage of this website has been updated to reflect my new key. | ||
41 | |||
42 | [Here is the signed version of this message](/misc/gpg_key_rotation_signed.txt) | ||
43 | |||
44 | If you have any questions/comments/concerns, you can reach out to me at ryan@rschanz.org. | ||
45 | |||
46 | Thanks! | ||