StegIbiza: Steganography in Club Music Implemented in Python
This is an incremental implementation of steganography for music files, potentially useful for secure communication in audio broadcasting contexts.
The paper tackled the problem of hiding messages in music files by introducing StegIbiza, a steganography method that uses tempo modulation as a carrier, and implemented it in Python to encode and decode bit strings in WAV and MP3 files, with an internet radio created to evaluate broadcast possibilities.
This paper introduces the implementation of steganography method called StegIbiza, which uses tempo modulation as hidden message carrier. With the use of Python scripting language, a bit string was encoded and decoded using WAV and MP3 files. Once the message was hidden into a music files, an internet radio was created to evaluate broadcast possibilities. No dedicated music or signal processing equipment was used in this StegIbiza implementation