This project uses Python, Numpy, and OpenCV to accomplish unblurring text that has been redacted. The inspiration for this came from This post from BishopFox. And This is my github repo for the python script
This project uses Python, Numpy, and OpenCV to accomplish unblurring text that has been redacted. The inspiration for this came from This post from BishopFox. And This is my github repo for the python script
The gif below demonstrates the script guessing the letters for the word "badeedq" with various x and y offsets for each letter.
This report summarizes the methods used to navigate the challenges of this brute force approach which is also explained in BishopFox's post.