diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-28 03:30:17 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-28 03:30:17 -0400 |
commit | 323051cdf9ad7f70a77085977270fb969d5b733a (patch) | |
tree | 54d59f70f9fe881c07eaa29afd94e7d62895e61c /templates/key-commitment.html | |
parent | e557c17a57720158f314151839eb56fab2b1d75a (diff) |
specify gcm
Diffstat (limited to 'templates/key-commitment.html')
-rw-r--r-- | templates/key-commitment.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/key-commitment.html b/templates/key-commitment.html index 026d6ae..a2b1b33 100644 --- a/templates/key-commitment.html +++ b/templates/key-commitment.html @@ -29,7 +29,7 @@ <strong>Key commitment.</strong> One of our agents has infiltrated Roseacrucis’ inner circle, but all secret keys are required to be surrendered to the - counterintelligence authority. Help her send ciphertexts back to + counterintelligence authority. Help her send AES-GCM ciphertexts back to the Library that decrypt to confidential information under one key, but innocuous banter under another. </p> @@ -74,7 +74,7 @@ <br><div><em> The agent now computes two keys, a nonce and constructs a single - ciphertext. When decrypted under the first key, it will look + AES-GCM ciphertext. When decrypted under the first key, it will look identical to the JPEG file; when decrypted under the second key, it will look identical to the BMP file. </em></div> |