From the course: Cybersecurity Foundations: Computer Forensics
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Case Study: Steganography
From the course: Cybersecurity Foundations: Computer Forensics
Case Study: Steganography
- [Presenter] Steganography is a way to hide information inside the picture file. Just like any other files, we store pictures in zeros and ones on our computer. The smallest unit of an image file is a pixel, and a picture file stores its pixel information and binary numbers in a REST or file format. Assume that we use 24 bits to store a pixel. If it changed the last bit of each pixel data, it won't change the pixel too much in terms of its color. This is why we can change a picture by embedding our own information into the pixel data and still make it look indistinguishable from its original version. If we have 10,000 pixels in a picture, we have 10,000 opportunities to change their binary representations slightly. OpenStego is a free steganography tool. You can download it from this website. Let's give it a try. The user interface is relatively simple. The first field asks for a message to hide. I already created the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Forensic data analysis2m 36s
-
(Locked)
Indexing1m 32s
-
(Locked)
Searching3m 54s
-
(Locked)
Generating a Report2m 30s
-
(Locked)
Case Study: Hex editor analysis of a file with a wrong extension2m 56s
-
(Locked)
Hex editor analysis of a bit-shifted file2m 34s
-
(Locked)
Case Study: Steganography3m 19s
-
(Locked)
-