This commit is contained in:
Bottersnike 2022-05-06 16:51:02 +01:00
parent 42aadf0438
commit 15f69f6257
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<p>Encryption is not performed using a single static key. Instead, each request and response has its own key that is
generated.</p>
<p>These keys are generated baesd on the <code>X-Eamuse-Info</code> header.</p>
<p>Keys follow thge format <code>1-[0-9a-f]{8}-[0-9a-f]{4}</code>. This corresponds to
<p>Keys follow the format <code>1-[0-9a-f]{8}-[0-9a-f]{4}</code>. This corresponds to
<code>[version]-[seconds]-[salt]</code>. The salt is generated by a simple PRNG.
</p>
<details>