EBG is funCrypto 未解决
分数:
0
金币:
0
题目作者:
未知
一 血:
Aman
一血奖励:
0金币
解 决:
202
提 示:
描 述:
Cryptography can be easy, do you know what ROT13 is?
furyyzngrf{WHFG_bar1_ENAQbBZ_synT}
评论
007 3月前
举报
shellmates{JUST_one1_RANDoOM_flaG}
惊蛰1211 3月前
举报
注意大小写,一些rot13解码网站给的结果全是小写,差点被坑了
Detection5843 3月前
举报
随波逐流一把梭哈。
ukdnp 3月前
举报
def rot13(text): result = [] for char in text: if 'a' <= char <= 'z': result.append(chr((ord(char) - ord('a') + 13) % 26 + ord('a'))) elif 'A' <= char
wjy959 9月前
举报
ROT13:https://lzltool.cn/Tools/Rot13
flag_is_La06 1年前
举报
Rot13解密