This project currectly contains all the files used for testing durin the development, however only the PixelCryptHandler is needed. The test.py also is useful in explaining how to implement it.
The purpose of this module is to take a any plain text file and convert it into a flat, achromatic PNG file that represents the original text. It can then be given the PNG (and a key generated upon the original conversion) to decipher it into its' original plaintext format.
BitMap Cryptography software