From cc87a143c6f37b117f47907487c41240715e0166 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:27:01 +0200 Subject: [PATCH] there was nothing else to do --- content/posts/fake-openssh-keys/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/fake-openssh-keys/index.md b/content/posts/fake-openssh-keys/index.md index 32d5868..ff3cd16 100644 --- a/content/posts/fake-openssh-keys/index.md +++ b/content/posts/fake-openssh-keys/index.md @@ -96,7 +96,7 @@ this makes it easier to copy around compared to raw bytes. not that you're suppo an OpenSSH private key consists of two areas: - a plaintext area with the public key -- a potentially encrypted area with the private key +- a potentially-encrypted area with the private key most strings are length-prefixed, i'm not gonna mention the length explicitly for many of the cases here. if it starts with 3 null bytes, the first 4 bytes are probably the length.