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.