/CPP.ImageEncoder

This program encodes text in a bitmap image (.bmp). It works by using LSB steganography which is the process of modifying the least significant bit of a pixel to store part of a character.

Primary LanguageC++MIT LicenseMIT

Watchers