csactf2019

CSA Capture The Flag 2019 | Flag Server

#CSACTF2019 https://ctftime.org/task/8470 import sys, time from Crypto.Hash import SHA256 from Crypto.Cipher.AES import AESCipher flag = "Flag goes here" def encrypt(m): key = SHA256.new(flag).digest() try: text = 'rowdy123' + m.decode('ba…

CSA Capture The Flag 2019 | Down to basic

#CSACTF2019 https://ctftime.org/task/8457 Just a basic xor. Flag in form of CSACTF{...} c = '\x13\x13eg#v\t\x05\x0f#HE\x04CC\x07\x0f0V\x14\x15\\\x17\t\x0f2AU\x02\x01\x00\x01#\x1fE{\x14\\\x13\x17#qG{\x04\x00\x1e\x11$q\x14J\n' フラグはCSACTF…