RSA lab: fixed typo

This commit is contained in:
thomashaw
2024-11-12 13:33:05 +00:00
parent 4ed227d32c
commit 2e91f0833f

View File

@@ -202,7 +202,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%=
<get_shell>false</get_shell>
<post_command></post_command>
<prompt>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 %>"</prompt>
<prompt>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 %>"</prompt>
<condition>
<output_matches>OK</output_matches>
@@ -233,7 +233,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%=
<get_shell>false</get_shell>
<post_command></post_command>
<prompt>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 %>"</prompt>
<prompt>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 %>"</prompt>
<condition>
<output_matches>OK</output_matches>