PicoCTF 2021 Writeups

our team's writeups for the 2021 PicoCTF competition

View on GitHub

Pixelated

Overview

Points: 200 Category: Cryptography

Description

I have these 2 images, can you make a flag out of them? scrambled1.png scrambled2.png

Hints

  1. https://en.wikipedia.org/wiki/Visual_cryptography
  2. Think of different ways you can "stack" images

Approach

I downloaded stegsolve. Make sure Java is installed.

I opened the stegsolve jar file. In the jar file, I opened

scrambled1

File > Open(O)

I then overlayed

scrambled2.png

on top. Analyse > Image Combiner

I went through a bunch of different adding methods before ADD finally worked.

solved

Flag

picoCTF{1b867c3e}