跳至主要内容

Hash

逻辑黑箱·输入输出推断隐藏函数,从字母位移到位置数学规则

Probes 0/10连胜 0

Goal: find an input that produces the output dssoh

Once you have figured out the rule, answer: what input produces "dssoh"?

提示: Start with single characters (A, 1, x) to isolate the rule. Then probe edge cases · vowels, even-indexed positions, mixed case.

FAQ

关于 Hash

Hash 是一款逻辑黑盒游戏 · 隐藏函数将输入映射为输出,你的任务是通过给函数提供测试输入并观察输出变化,来解码函数的规则。其机制与程序员日常逆向不透明 API 的方式相同:你看不到代码,只能看到行为,因此你需要用精心挑选的输入进行探测,并从模式中推断规则。共有三种难度层级。简单层级提供线性移位·凯撒密码(每个字母向后移动 N 位)等。

如何精通

FAQ