BeanKrypt – Final Project

https://beankrypt.herokuapp.com/

BeanKrypt is a web-app made using Python + Flask, and deployed on Heroku. It was inspired by KardashianKrypt. It allows you to encode a text message into a photo of beans (baked, black, or pinto). It works by setting the red-value of a pixel to either even or odd to encode data. This idea could be expanded to the green and blue values as well, which would allow you to encode 8 different values per pixel.

In the future I want to make a web-app that allows you to encrypt images inside other images. There would be a simple whiteboard drawing screen, where you could draw something with 8 different colors. Your drawing would then be hidden in an image, which could be decoded later.

Leave a comment