yowhatsthepasswordReverse 未解决
分数:
0
金币:
0
题目作者:
未知
一 血:
upsw1ng
一血奖励:
0金币
解 决:
12
提 示:
描 述:
A reversing challenge where the key is to find the "password", which is a seed
for `random`. This seed will generate the flag (don't ask me how long I brute
forced seeds for) through the `generate` function!
其 他:
下载
评分(0)
暂无评分
评论
一只小羊 9月前
举报
神奇!
carnstar 10月前
举报
import base64 secret = 'ly9ppw==' print(int(base64.b64decode(secret).hex(), 16)) 得到2536466855
yUjdjasdjJ_ 1年前
举报
?