Skip to content

vbrignatz/LSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General info

This program use the least significant bits of the Red and Green channel of a png file to hide or read a message.

How to use

To write a message in a picture :

./main.py -f images/rgb.png -t "this is a very secret message I don't want anybody to see"

To read a message from a picture :

./main.py --filename hidden.png --mode read

the hidden message will be saved in hidden.txt

PNG types

This program works with all kind of png files (greyscale, greyscale+alpha, rgb, rgba, palette or not).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages