摘要: 一道综合的rsa. 题目如下 from Crypto.Util.number import * key = RSA.generate(1024) open("flag.enc",'wb').write(PKCS1_OAEP.new(key.publickey()).encrypt(flag)) op 阅读全文
posted @ 2022-07-12 14:16 顶真珍珠 阅读(165) 评论(0) 推荐(0) 编辑