摘要:
impossible RSA wp 0x01 题目源码 server.py from Crypto.Util.number import * from Crypto.PublicKey import RSA e = 65537 flag = b'ACTF{...}' while True: p = 阅读全文
摘要:
2022DASCTF X SU 三月春季挑战赛 Crypto 0x01 FlowerCipher 源码 题目源码 # python3 from secret import flag import random # flag = b'flag{%s}' % md5(something).hexdige 阅读全文
摘要:
题目 Cross_Fire.py from gmpy2 import * from libnum import s2n,n2s from Crypto.Util.number import * from flag import plaintext assert(len(plaintext)>128) 阅读全文