摘要:
#!/usr/bin/env python # coding=utf-8 import time import socket import string agentid = "" message = "" flag = "" for i in range(45): agentid += "1" de 阅读全文
摘要:
#附件 import hashlib import struct import sys class Crypto: def __init__(self, key): if not isinstance(key, bytes): raise TypeError('key must be of type 阅读全文