大老虎喵喵喵???

老規矩先改成txt審查一下,末尾發現base64編碼解它
什麼鬼???
base32
16進制
string = "666C61677b37656535653934343735636665376131333432383330393631393439646462337d"
cout = 0
result = []
header = "0x"
one = header
for i in string:
cout += 1
if cout == 1:
one += i
elif cout ==2:
one += i
cout = 0
result.append(one)
one = header
for i in result:
print(chr(int(i,base=16)),end="")