security:steganography
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| security:steganography [2012/09/15 16:47] – [Installation of Stéganô] cedric | security:steganography [2021/06/27 00:36] (current) – cedric | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installation of Stéganô | + | ====== Installation of Stegano |
| - | For the examples you need to install | + | For the examples you need to install |
| <code bash> | <code bash> | ||
| - | hg clone http:// | + | sudo pip install |
| - | cd stegano/ | + | |
| - | sudo python setup.py | + | |
| </ | </ | ||
| - | You can read the [[http:// | + | You can read the [[http:// |
| ====== Steganography ====== | ====== Steganography ====== | ||
| + | |||
| Steganography is the art and science of writing hidden messages. | Steganography is the art and science of writing hidden messages. | ||
| Line 22: | Line 22: | ||
| We will dive into digital steganography. | We will dive into digital steganography. | ||
| - | The folowing | + | The following |
| ===== Simple steganography art ===== | ===== Simple steganography art ===== | ||
| - | In computer | + | In computer |
| For example, if I want to hide a text file in a music file: | For example, if I want to hide a text file in a music file: | ||
| Line 128: | Line 128: | ||
| </ | </ | ||
| - | This is a very simple example showing how to hide a string in an image with the LSB method. Have a look in the [[http:// | + | This is a very simple example showing how to hide a string in an image with the LSB method. |
| ====== Steganalysis ====== | ====== Steganalysis ====== | ||
| Line 147: | Line 147: | ||
| ===== Steganalysis of the LSB method with sets ===== | ===== Steganalysis of the LSB method with sets ===== | ||
| - | You must [[security: | + | You must [[security: |
| First, we will hide a message in a picture with the simple LSB method and with the LSB method + sets. | First, we will hide a message in a picture with the simple LSB method and with the LSB method + sets. | ||
security/steganography.1347720434.txt.gz · Last modified: by cedric
