An LSB2 Steganography Decoder which extracts and plays MP3 Audio from the PNG Images generated by The MP3 Photographer
This is third part of the Steganography Made Fun! toolkit
The toolkit has three parts divided into three repositories:
- Part 1: The TXT Hider
- Part 2: The MP3 Photographer
- Part 3: The PNG Musician (This Repository)
bin\
: Contains thempg123
binary for Audio PlaybackSRC\
: Contains the Steganographically Encoded PNG FilesLICENSE
: GNU GPL v3.0 License for The PNG MusicianREADME.md
: Here you are!install_requirements.bat
: Installs the necessary package requirements usingpip
(Requirespip
access inPATH
)The PNG Musician.py
: Source Code
- Just let things be where they are (relatively)
- Run
The PNG Musician.py
using the IDE of your choice or via CMD using thepython "The PNG Musician.py"
command - Witness the magic (well, not really :P)
Place the Custom PNG files generated by The MP3 Photographer in the SRC\
folder to play it in The PNG Musician
You can install the requirements by running the install_requirements.bat
. You can always create a virtual environment to prevent your version critical installations from being modified (You need to switch to the virtual environment before running the batch file)
I do not own any rights to the image or music in this repository. All rights are reserved by the respective artists and record labels
- ASCII Art by: TextKool
- Quickstart: Secrets Hidden in Images (Steganography) - Computerphile