EZ

897

Welcome to Securinets, this one is an easy one.

Please make sure you hash the WORD with sha1 (lowercase hash letter)

The final flag is : Securinets{the_hash_of_the_word}

Pic Link

Author:BlueWhale

ダウンロードしたPNGファイルをImageJで開きます。[Image]-[Adjust]-[Color Balance]で下図のように画像を調整します。
1

すると下図のような画像になり、画像の最上部のラインに何らかの情報が埋め込まれていることが推測できます。
2

StegSolve
を使って埋め込まれた情報を抽出できないか試してみます。[Analyse]-[Data Extract]でRGBの各第0ビットのみを抽出してみると下図のとおりテキストが抽出できます。

3

抽出したテキストを見てみると次の文が見つかります。
But he merely drew out a <DETELED_WORD> in which he had scribbled some
Google検索で<DETELED_WORD>の部分の単語を調べると、
memorandum-book
であることが分かります。この単語のsha1を求めます。
フラグは、
Securinets{b47f0d2a8866a75696f94a515d0cdf54c7ea3174}
です。