# Pixelated

## Problem

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

* [scrambled1.png](https://github.com/HHousen/PicoCTF-2021/blob/master/Cryptography/Pixelated/scrambled1.png)
* [scrambled2.png](https://github.com/HHousen/PicoCTF-2021/blob/master/Cryptography/Pixelated/scrambled2.png)

## Solution

1. Add the two images together to get the flag. This approach can be seen in the solution [script](https://github.com/HHousen/PicoCTF-2021/blob/master/Cryptography/Pixelated/script.py).
2. Here is the result when the images are added together: ![Scrambled images added together](https://4273326122-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZKAlTji_ZhS27t6uHU%2Fuploads%2Fgit-blob-af517e3e6adda503163bb0dee51f668c63987580%2Fresult.png?alt=media)

### Flag

`picoCTF{0542dc1d}`
