From 2e91f0833f6dffdf20a40a4c0b1143b825799f8a Mon Sep 17 00:00:00 2001 From: thomashaw Date: Tue, 12 Nov 2024 13:33:05 +0000 Subject: [PATCH] RSA lab: fixed typo --- .../templates/asymmetric_enc_rsa_lab.xml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb index 9206bfe34..82c95a6fb 100644 --- a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb +++ b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb @@ -202,7 +202,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%= false - Using the given values in the example above (p = 7, q = 23, N = 161, phiN = 132, e = 161, d = 53), decrypt the following ciphertext: "<%= $chall_3_ciphertext %>" + Using the given values in the example above (p = 7, q = 23, N = 161, phiN = 132, e = 5, d = 53), decrypt the following ciphertext: "<%= $chall_3_ciphertext %>" OK @@ -233,7 +233,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%= false - Using the given values in the example above (p = 7, q = 23, N = 161, phiN = 132, e = 161, d = 53), encrypt the following message: "<%= $chall_4_message %>" + Using the given values in the example above (p = 7, q = 23, N = 161, phiN = 132, e = 5, d = 53), encrypt the following message: "<%= $chall_4_message %>" OK