摘要: #!/usr/bin/env python # coding=utf-8 import time import socket import string agentid = "" message = "" flag = "" for i in range(45): agentid += "1" de 阅读全文
posted @ 2020-04-06 23:25 S4tan 阅读(444) 评论(0) 推荐(0)
摘要: 查看给的附件,就明白,这对公钥中,n过大,所以我们直接对c开e此方即可 aaa.py中是之前利用python写入的c from aaa import * import gmpy2 e = 65537 def dec(ctxt): c = ctxt eth_root = gmpy2.iroot(c, 阅读全文
posted @ 2020-04-06 22:36 S4tan 阅读(683) 评论(0) 推荐(0)