This repository is the solution for CTF named Pixelated under Cryptography category of picoCTF. This CTF is based on Visual Cryptography
Python Library : OpenCV, Numpy
Randomly played with pixels of images and came to a solution that we have to flip the pixels of one of the image and add both of them to find the flag(Detailed solution is written in the code itself)
Wikipedia, IEEE_Explore, Google
Lokesh Tiwari : He taught me how to process images using openCv,numpy and how to operate with pixels overall