題目資訊
Category: Crypto
Point: 50
Description: There are files A.png and B.png. But where’s the flag?
題目給的兩個 png 檔案:


解法
方法很多,用ImageMagick
的compare
或是用python PIL
都可以解,我是用前者解的。1compare -compose src A.png B.png output.png
然後就會得到下面這張圖:

Flag: VolgaCTF{Classic_secret_sharing_scheme}