Writeup các bài Bành mì - Bánh Giầy - Bánh cuốn - ISITDTU team
Banh Mi [Cryptography] 100 pts
Từ tấm hình gợi ý ta Xor 3 đoạn lần lượt vớ 8bits, 16bits, 24 bits để tìm ra password giấu trong đoạn văn
d = open('password.txt',"rb")
g = open('decrypt.txt',"w")
read1 = d.read()
buff =...