diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index baf6a6d..1dbcc79 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,9 +19,9 @@ <a href="/git/forbidden-salamanders">source code</a> <span class="sep"> · </span> <a href="/forbidden-salamanders/nonce-reuse">nonce reuse</a> - <!-- <span class="sep"> · </span> <a href="/forbidden-salamanders/nonce-truncation">nonce truncation</a> + <!-- <span class="sep"> · </span> <a href="/forbidden-salamanders/key-commitment">key commitment</a> --> @@ -42,13 +42,14 @@ started to reuse AES-GCM nonces. You must perform the Forbidden Attack in order to recover the authentication key and forge arbitrary ciphertext. </p> - <!-- <p> - <strong><a href="#">Nonce truncation</a>.</strong> The sorcerer - aims to conserve bandwidth by truncating nonces from twelve bytes - to four. Use the enemy as a decryption oracle to once again, - recover the authentication key and forge arbitrary ciphertext. + <strong><a href="/forbidden-salamanders/nonce-truncation">Nonce + truncation</a>.</strong> The sorcerer aims to conserve + bandwidth by truncating nonces. Use the enemy as a decryption + oracle to once again, recover the authentication key and forge + arbitrary ciphertext. </p> + <!-- <p> <strong><a href="#">Key commitment</a>.</strong> One of our agents has infiltrated Roseacrucis’ inner circle, but all |