[DiceCTF2021]newcrypt v2
#!/usr/bin/env python3
from Crypto.Util.number import *
flag = open('flag.txt','rb').read()
2022-11-08