- fixpngsump.py: automatically fix checksums in a PNG file (be aware that it does not check the semantic).
- lsb_detect.py: decompose an image in a layer of bits for a visual detection of LSB steganography.
- lsb_extract.py: extract th LSB of an image.
- alpha_detect.py: generate an image of the alpha plan (transparency) of another image.
- alpha_extract.py: extract the alpha plan (transparency) of an image as hexadecimal values.
- extract_pixel_indicator.py: extract a message hidden by the pixel indicator technique.
- extract_pixel_value_differencing.py: extract a message hidden by the pixel value differencing technique
- puzzle.html: allows to solve a scrambled image manually and export the result)
- remove_alpha.py: remove the alpha channel of an image
-
Notifications
You must be signed in to change notification settings - Fork 1
lordOric/steg-tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Collection of python steganography tools