From 15f69f6257b3963ace13b07f3d11d7b1e3e5c000 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Fri, 6 May 2022 16:51:02 +0100 Subject: [PATCH] typo --- templates/pages/transport.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/transport.html b/templates/pages/transport.html index dd9b2c9..e6dc31d 100644 --- a/templates/pages/transport.html +++ b/templates/pages/transport.html @@ -28,7 +28,7 @@

Encryption is not performed using a single static key. Instead, each request and response has its own key that is generated.

These keys are generated baesd on the X-Eamuse-Info header.

-

Keys follow thge format 1-[0-9a-f]{8}-[0-9a-f]{4}. This corresponds to +

Keys follow the format 1-[0-9a-f]{8}-[0-9a-f]{4}. This corresponds to [version]-[seconds]-[salt]. The salt is generated by a simple PRNG.