1 / 16

Have you ever wanted to hide something from:

Have you ever wanted to hide something from:. Your friends?. Your family?. The Government?. Steganography has nothing to do with dinosaurs!. Steganography is the study of hiding information. If the answer is yes, then you need to learn about. Steganography.

pancho
Télécharger la présentation

Have you ever wanted to hide something from:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Have you ever wanted to hide something from: • Your friends? • Your family? • The Government?

  2. Steganography has nothing to do with dinosaurs! Steganography is the study of hiding information If the answer is yes, then you need to learn about Steganography

  3. Thousands of years ago, the Greeks used steganography to hide information from their enemies. One hiding method was to engrave a message in a block of wood, then cover it with wax, so it looked like a blank wax tablet. When they wanted to retrieve the message, they would simply melt off the wax.

  4. Note for those who wish to try this at home: Paper burns too, so stop heating the paper before it catches fire! You can try steganography at home by writing on a piece of paper with lemon juice. If you heat the paper with a hair dryer the juice will burn and reveal the hidden message.

  5. 10011000 1 0 11111111 00001000 0 Bits Bytes We can also perform steganography using a computer. Everything in a computer is stored as 1’s and 0’s (a bit). Bits are grouped in sets of eight, one set is called a byte. One byte can be used to represent each letter of the alphabet. This is what is used in text files. 01000001 = A 01000010 = B 01000011 = C

  6. Pictures are made up of lots of little dots called pixels. Each pixel is represented as 3 bytes – one for red, one for green and one for blue. 111110001100100100000011 248201 3 Each byte is interpreted as a number, which is how much of that colour is used to make the final colour of the pixel. 248+201+ 3 =Orange Colour

  7. 248+201+ 4 =Blue +1 247+201+ 3 =Red -1 The difference between two colours that differ by one in either one red, green or blue value is impossible to see with the human eye. 248+201+ 3 =Original Colour If we change the least significant (last) bit in a byte, we either add or subtract one from the value it represents. This means we can overwrite the last bit in a byte without affecting the colour it appears to be.

  8. 01000001 Message: A Image with 3 pixels: 111110001100100100000011 111110001100100100000011 111110001100100100000011 Pixel 1: Pixel 2: Pixel 3: 111110001100100100000011 Pixel 1: 111110001100100100000011 Pixel 2: 111110001100100100000011 Pixel 3: New image: We can use images to hide things if we replace the last bit of every colour’s byte with a bit from the message. Now we hide our message in the image: 11111000 11001001 00000010 11111000 11001000 00000010 11111000 11001001 00000011

  9. Original With Hidden Message Even if we do this across a big image and with a really large message, it is still hard to tell that anything is wrong.

  10. Plain blue sky from image of the Mount Look here Normally when we hide a message in an image we just start at the top left pixel and keep writing across the image until we are done. 1 2 3 4 5 6 7 8 Example: 9 10 11 12 13 14 15 16 This may appear to work quite well, but if we zoom right in and look at the pixels in a block of plain colour then we can see that some pixels aren’t all the same.

  11. Image we want to hide a message in Where we want to hide the message If we change an edge it is harder to notice because two pixels next to each other will already have very different colours. So what we want to do is hide in the edges of a picture because then we can avoid hiding in blocks of colour.

  12. This method of hiding is called FilterFirst, because we filter the image to find the edges before we start picking the order of pixels to hide in. 5 6 7 8 9 1 2 10 Example: 11 3 4 12 13 14 15 16 Imagine our example (above) has a pink square in the middle. The algorithm will write to the edges of the square before moving out and writing around the rest of the image.

  13. And if you don’t believe it’s any of this, you can try it out yourself! There’s a free program you can download called “Digital Invisible Ink Toolkit”, which can hide a computer file inside a colour image. http://diit.sourceforge.net

  14. Can you pick the picture with the hidden message? http://diit.sourceforge.net

  15. Can you pick the picture with the hidden message? If you guessed this one, you were right. http://diit.sourceforge.net

  16. A proud University of Waikato, School of Computing and Mathematical Sciences Honours Project, 2005 http://diit.sourceforge.net

More Related