Siltal / siltal.GitHub.io

0 stars 0 forks source link

一次简单的CTF - Siltal's Blog #2

Open Siltal opened 2 years ago

Siltal commented 2 years ago

https://siltal.github.io/2022/01/21/%E4%B8%80%E6%AC%A1%E7%AE%80%E5%8D%95%E7%9A%84CTF/

工具脚本 凯撒密码1234567def caesar_offset(s, i): if not -25 <= i <= 25: return False origin = map(lambda c: chr((ord(c) - 65 + i) % 26 + 65) if 65 <= ord(c) <= 90 else chr((ord(c)

Siltal commented 2 years ago

italic blod link