jiangjx @ 2024-05-07 23:22:04 👍0
注意python版本,random出来的会不一样,这个要python3
TwTsaltfish @ 2024-03-07 23:22:04 👍0
设置了种子,打乱就是固定的了,把种子设定一下,逆回去就好
HackINI-2021 Crypto
题目作者: 未知
一 血: 17M114
一血奖励: 0金币
解 决: 45
提 示:
描 述: In order to get rid of a special message and make it unrecoverable, I encrypted it using "randomly" shuffled characters
附 件: 下载
注意python版本,random出来的会不一样,这个要python3
设置了种子,打乱就是固定的了,把种子设定一下,逆回去就好
种子是固定的,随机数就是固定的了。运行一遍源程序,得到shuffled_chars = 'mr02n3ytwjl4vsd6qxcue5kh981gfoazipb7',然后再替换回去就可以了#shellmates{f1x1ng_th3_s33d_1s_d4ng3r10us}