FHArchive/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.
C++MIT
No issues in this repository yet.