PublicKey import RSA from Crypto.Util.number import * rsa = RSA.importKey(open('pub.pem').read()) c = bytes_to_long(open('flag.enc','rb').read()) n ...
確定! 回上一頁