【Write Up】Whispers_of_the_Ancients

19011343447 2025-06-07 19:36:42 259 0


只有大小写字母会按照某个 key 进行移位操作。


直接把原文丢进去逐个位置试一下即可。


# xprotfetwq{t1e3L3p3_c4$w_ApdBc0}
# shellmates{v1g3N3r3_e4$y_CryTp0} --- 这一行是试出来的 flag
a = ord('c') - (ord('n')-ord('a'))
if a < ord('a'):
    a += 26
print(chr(a))
分类:Crypto
image
作者:19011343447

7

提交

0

收入

相关WriteUP

问题反馈