AES update: accept response that includes byte string format

This commit is contained in:
thomashaw
2024-11-04 16:24:49 +00:00
parent 0194469ae6
commit 4ed227d32c

View File

@@ -238,7 +238,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%=
</else_condition>
<quiz>
<question>What is the decrypted message?</question>
<answer><%= $dec_python_message %></answer>
<answer>.*<%= $dec_python_message %>.*</answer>
<correct_answer_response> :) <%= $flags.pop %></correct_answer_response>
<trigger_next_attack/>
</quiz>