| ID: | 2088 |
|---|---|
| 标题: | RSA-3 |
| 描述: | Challenge Details Is this even practical? Key concepts RSA, CRT, modulo equations, coppersmith Learning Objectives Solve equations with unknowns and use coppersmith's attack to get small roots Author Kel Zin |
| 类型: | CTF-2023 |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/2235.html |
| 赛事: | Welcome |
| 年度: | None |
| Flag值: | 无 |
| writeup: |
验证后的网址 m=pow(c1,s1,n)*pow(c2,s2,n)%n https://blog.csdn.net/m0_73386154/article/details/128773537 |