[VolgaCTF 2017 Quals] - VC 50

題目資訊

Category: Crypto
Point: 50
Description: There are files A.png and B.png. But where’s the flag?

題目給的兩個 png 檔案:

A.png B.png

解法

方法很多,用ImageMagickcompare或是用python PIL都可以解,我是用前者解的。

1
compare -compose src A.png B.png output.png

然後就會得到下面這張圖:

compare output image

Flag: VolgaCTF{Classic_secret_sharing_scheme}