mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
RSA lab: fixed typo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user