点击此处获得更好的阅读体验
WriteUp来源
https://dunsp4rce.github.io/csictf-2020/crypto/2020/07/18/Rivest-Shamir-Adleman.html
by anishbadhri
题目描述
These 3 guys encrypted my flag, but they didn't tell me how to decrypt it.
题目考点
解题思路
The values of n
is generated using a small prime. One of the primes can be searched using brute-force and the message can then be decrypted.
1 | import mod |
Flag
1 | csictf{sh0uld'v3_t4k3n_b1gg3r_pr1m3s} |