CTF. 2020.2.1HackTMCTF的一道Crypto题这道题很简单给出源码:直接看enc函数:在cipher=[pow(ord(char),e,n)forcharinplain]中发现该加密是对单个字符进行加密在给出 ...
確定! 回上一頁