メインコンテンツへスキップ

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

ハッシュについて

ハッシュはロジックブラックボックスゲームです。隠された関数が入力を出力に変換し、プレイヤーはテスト入力を与えて出力の変化を観察し、関数の動作を解読します。この仕組みは、プログラマーが不透明な API をリバースエンジニアリングするときに使う手法と同じです:コードは見えず振る舞いだけが見えるので、慎重に選んだ入力で探り、パターンから規則を推測します。難易度は 3 段階。イージーは線形シフト(シーザー暗号、各文字を +1 ずつ)を使用します。

攻略ガイド

FAQ