Analyzed about 7 hours ago
Stegano is a pure Python Steganography module.
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
... [More]
, Mersenne numbers, etc.);
- using the description field of the image (JPEG). [Less]