diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-25 02:16:03 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-26 04:18:14 -0400 |
commit | 96a52a1030c1bb27619372c6cebb633e02017847 (patch) | |
tree | 25dfcd7eb8a3c7a0ba71bd3edb8516f7fc401287 /templates/index.html | |
parent | 62d6a6167e4121a536b813c883ac73773fef3ad7 (diff) |
data
truncation
truncation launch
remove files
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 |