Relatively Rough RSACrypto 未解决
分数:
0
金币:
0
题目作者:
未知
一 血:
toowuliao123
一血奖励:
0金币
解 决:
2
提 示:
描 述:
I found an RSA public key and ciphertext, can you help me decrypt it? It shouldn't be too hard.
格式:UMDCTF-{XXXXXXXXXXXX}
其 他:
下载
评论
whole 3月前
举报
ciphertext = encrypt(plaintext, n, e)中的encrypt是什么加密函数,自己写的吗