UnrecoverableCrypto 未解决

分数: 0 金币: 0
所属赛事: HackINI 2021
题目作者: 未知
一  血: 17M114
一血奖励: 0金币
解  决: 252
提  示:
描  述:
In order to get rid of a special message and make it unrecoverable, I encrypted it using "randomly" shuffled characters
其  他: 下载
评论
pandarking 9月前

for i in ecc: if i.isalnum(): print(chars[shuffled_chars.index(i)], end="") else: print(i, end="")

回复 0

buukuu2024 1年前

dec += chars[shuffled_chars.index(i)]

回复 0

Detection5843 2年前

直接运行只能得到“9dex 34my wc tnxn”?这种问题要如何解决?

回复 0

Detection5843 2年前

无法在secret模块中定义flag变量是什么情况?

回复 0
lunarbyside 1年前

😂

回复 0

Detection5843 2年前

ImportError: cannot import name 'flag' from 'secret' (c:\1\python3\Lib\site-packages\secret\__init__.py)

回复 0
lunarbyside 1年前

😂

回复 0

flagOrz 2年前

种子是固定的,随机数就是固定的了。运行一遍源程序,得到shuffled_chars = 'mr02n3ytwjl4vsd6qxcue5kh981gfoazipb7',然后再替换回去就可以了#shellmates{f1x1ng_th3_s33d_1s_d4ng3r10us}

回复 2

jiangjx 2年前

注意python版本,random出来的会不一样,这个要python3

回复 1

TwTsaltfish 2年前

设置了种子,打乱就是固定的了,把种子设定一下,逆回去就好

回复 0

WriteUp

image
lgout

1 金币

评分(0)

暂无评分

解题动态

薏仁炖辛夷 攻破了该题 1天前
ha1@! 攻破了该题 3天前
hdcc1 攻破了该题 5天前
YorkCyy 攻破了该题 5天前
jwleft 攻破了该题 8天前
dddddddwww 攻破了该题 10天前
huhib 攻破了该题 13天前
诸诸诸 攻破了该题 19天前
Versemos 攻破了该题 25天前
0NAI 攻破了该题 28天前
smallgod 攻破了该题 29天前
shxch 攻破了该题 29天前
52000000 攻破了该题 1月前
main123 攻破了该题 1月前
123123null 攻破了该题 1月前
xyjwkg 攻破了该题 1月前
vx606v 攻破了该题 1月前
猪爸爸 攻破了该题 1月前
神秘人 攻破了该题 1月前
dogeggLiu 攻破了该题 1月前
问题反馈