Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 315 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 315 Bytes

An experiment in Least Significant Bit Steganography in Python

Inspired by ComputerPhile

This is intended as a demonstration of LSB steganography designed to be easy to follow. It uses string representations of the binary data making it easier to print out steps and visualise the process.

A work in progress