Stegano

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography |released=2010 }} '''Stegano''' by Cédric Bonhomme is a pure Python Steganography module for [[P...")
 

Latest revision as of 01:47, 15 October 2023

File Format
Name Stegano
Ontology
Released 2010

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


[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox