logo

Steganography: The Art and Science of Hiding Things in Other Things – Part 2

ID: 0bf8d9f5-1c7c-5164-9a7f-0c99e735404c

STIX ID: report--0bf8d9f5-1c7c-5164-9a7f-0c99e735404c

Feed Name: Black Hills Infosec Blog

Date Published: 2016-10-21

Date Updated: 2026-04-27

Author: BHIS

...
...

Executive summary: This tutorial demonstrates how to hide and retrieve textual data in BMP images using Python (Pillow and NumPy). It converts text to 7-bit binary, embeds each message bit into the three least-significant bits of R, G, and B (repeating each bit nine times for rudimentary error correction), and provides extraction code that uses majority voting to recover bits after compression. The author highlights the tradeoffs between capacity and image distortion and previews more efficient error-correcting approaches in a subsequent part.

Your team is not currently subscribed to this feed. You must subscribe to it in order to see this post.