Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 578 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 578 Bytes

//////////////////////////////////////////////////// // STEGANOGRAPHY // // HIDE TEXT IN IMAGE // // // ////////////////////////////////////////////////////

software works only with 24bit(most common type) *.bmp files

please check tutorial.png for step-by-step instruction

please note that filename (input in program) is given WITHOUT .bmp extension

INPUT.bmp - clear image without text information (this file is provided by user) INPUT_encoded.bmp - image with text information (this file is generated)