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