Jump to content
KhiZaRix

Stegano 0.6.8

Recommended Posts

Posted

Stegano is a basic Python Steganography module. Stegano implements two methods of hiding: using the red portion of a pixel to hide ASCII messages, and using the Least Significant Bit (LSB) technique. It is possible to use a more advanced LSB method based on integers sets. The sets (Sieve of Eratosthenes, Fermat, Carmichael numbers, etc.) are used to select the pixels used to hide the information.

 

Changes: Fixed an error when revealing a hidden binary file in an image.

 

Download: https://packetstormsecurity.com/files/download/141562/Stegano-0.6.8.tar.gz

Source: https://packetstormsecurity.com/files/141562/Stegano-0.6.8.html

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...