buu-crypto-yxx
生活随笔
收集整理的這篇文章主要介紹了
buu-crypto-yxx
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
密文打開
?
明文打開,毫無頭緒:
winhex打開查看編碼,然后異或
a="lovelovelovelovelovelovelovelove" b=[0x0A,0x03,0x17,0x02,0x56,0x01,0x15,0x11,0x0A,0x14,0x0E,0x0A,0x1E,0x30,0x0E,0x0A,0x1E,0x30,0x0E,0x0A,0x1E,0x30,0x14,0x0C,0x19,0x0D,0x1F,0x10,0x0E,0x06,0x03,0x18]flag="" for i in range(len(a)):flag+=chr(ord(a[i])^b[i]) print flagflag:
nctf{xor_xor_xor_biubiubiu}
總結
以上是生活随笔為你收集整理的buu-crypto-yxx的全部內容,希望文章能夠幫你解決所遇到的問題。