~/ / problem4 · crypto
Crypto · Problem 04

傍受された多表式暗号

150 pts★★Classical Cipher / Vigenère

状況

敵対勢力のネットワークから1通の通信文を傍受した。分析の結果、19世紀由来の多表式換字暗号(Vigenère 系)で暗号化されているとみられる。 鍵は繰り返される英単語(キーワード)だ。暗号文から鍵を推定して復号し、 平文に埋め込まれた flag を読み取れ。

暗号文

Filecipher.txtclassical polyalphabetic cipher · 非英字はそのまま

取得: curl http://localhost:3000/problem4/cipher.txt

取っ掛かり(ヒント)

Claude Code に任せるなら:「@cipher.txt は Vigenère 暗号。Kasiski/頻度分析で 鍵を推定して復号する Python を書いて。復号文に含まれる flag を出して」

flag を提出

← problem3 · programming problem5 · pwn →