Description
Did you know that wave files are composed of frames?? It opens the field of possibilities!
Format : Hero{} Author : Thib File : Song
Write-Up
Looking at the title, one can guess that a steganography method normally used for images must be used. Moreover the statement of the challenge speaks to us about frames. We can easily make the link between the pixels of an image and the frames of a .wav file! So let’s use our dear LSB.
-
By doing some research, we realize that wave files can be decomposed into “frames” which can be decomposed into a sequence of bits. So we can modify the LSB of each frame to hide an image!
-
Python has a perfect library for what we want to do.
|
|
Flag
Hero{L5B_0N_4UD10}