Stegano
From Just Solve the File Format Problem
Revision as of 01:47, 15 October 2023 by Parchivist (Talk | contribs)
Stegano by Cédric Bonhomme is a pure Python Steganography module for PNG files
Stegano implements these methods of hiding:
- using the red portion of a pixel to hide ASCII messages;
- using the Least Significant Bit (LSB) technique;
- using the LSB technique with sets based on generators (Sieve for Eratosthenes, Fermat, Mersenne numbers, etc.);
- using the description field of the image (JPEG and TIFF).
Moreover some methods of steganalysis are provided:
- steganalysis of LSB encoding in color images
- statistical steganalysis
Links
- Tutorial
- steganalysis features
- sourcehut
- github
- Python Package Index
- stegano-web - web application (doesn't expose all features)