Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. StegoTool is a steganography and steganalysis application and development framework developed in Python.
  2.  
  3. You can use a number of pre-implemented steganographic algorithms to embed data both in the spatial and frequency domain of images. These algorithms range from simple LSB substitution to more advanced algorithms such as F5 which manipulate DCT coefficients of JPEG files.
  4. StegoTool also includes many steganalysis algorithms which detect if an image has been tampered with.
  5. All implemented algorithms are part of a plugin infrastructure which makes it easy to extend StegoTool by writing custom plugins which may implement a steganographic or steganalytic algorithm.
  6.  
  7. The GUI makes it easy to load/use plugins and also provides much more functionality such as storage for frequently used files (media pool) and commonly used image operations like computing (DCT) histograms and difference images.
  8.  
  9. To enhance security, data can also be encrypted before embedding using different encryption algorithms such as RC4 and a DES variant.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement