Skip to content

Commit

Permalink
added writeup for maid
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack authored and Jack committed Aug 6, 2021
1 parent d0eeb88 commit 6c58055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-08-05-cryptoctf-medium.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ if __name__ == '__main__':
We are given access to an oracle which allows us to encrypt and decrypt data with

$$
c = m^2 \pmod n, \qquad n = p^2 e
c = m^2 \pmod n, \qquad n = p^2 q
$$

and we can request a flag encrypted as
Expand Down

0 comments on commit 6c58055

Please sign in to comment.