multiple_times_pad

redpwn CTf 2021 | yahtzee

#redpwnctf2021 #!/usr/local/bin/python from Crypto.Cipher import AES from Crypto.Util.number import long_to_bytes from random import randint from binascii import hexlify with open('flag.txt','r') as f: flag = f.read().strip() with open('ke…

Chujowy CTF 2020 | Multiple Times Pad

multiple times pad