Description
The security of the RSA cryptosystem relies on a well-known computational problem.
Your goal is to decrypt the “ciphertext” c
given below to recover the correspondong “plaintext” message m
using the given public key (n, e)
.
Values:
e = 65537
n = 632459103267572196107100983820469021721602147490918660274601
c = 63775417045544543594281416329767355155835033510382720735973
The flag is FCSC{xxxx}
, where xxxx
has to be replaced by the value of m
written in decimal.
A variant of this challenge is available here: SMIC (1).
Author
Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.