摘要: Crypto RSA1 题目 from Crypto.Util.number import * from random import choice flag = b'HUBUCTF{*********}' def getMyPrime(nbits): while True: p = 1 while 阅读全文
posted @ 2024-11-23 21:16 weikelai 阅读(75) 评论(0) 推荐(0)