Inspiration

The hackathon topic was to build anything related to CyberSecurity. I realized that images contain hidden data (meta data) and exif data which can reveal some interesting information about the image. So why not make something which removes the exif data

What it does

it removes the exif data present in images

How we built it

using python, and pillow library. it duplicates the image and puts only the pixel data back into the image neglecting the ExifData.

Challenges we ran into

removing the exifdata and a lot of errors before discovering that you could just duplicate the image and could put only the pixel data and not the exif data.

Accomplishments that we're proud of

it works!

What we learned

a lot of new things on image manipulation

Built With

  • duplication
  • exiftool
  • pillow
  • python
Share this project:

Updates