WaveWhisper is a lightweight Python library for steganographic encryption of text within the spectrogram of audio files.
This project was originally created for the German competition Explore Science Mannheim 2022 in the category data security where it was ranked 2nd. I then made some small changes to turn it into this open source library.
In my attempt to make this library as lightweight as possible, it can currently operate without any external dependencies.
To access this library in Python, install the latest release from PyPi:
pip install wavewhisper
Only capital letters of the english alphabet and spaces are supported.
from wavewhisper import Message
# Create a Message object with the desired text
message = Message("My secret text")
# Encrypt the message into an audio file by specifying the carrier path and output path
message.encrypt("song.wav", "encrypted.wav")
See the documentation for more detailed usage instructions.
Contributions to this project are welcome!
If you encounter any problems, find a bug or have feature requests, please open an issue.
If you find this project helpful, consider supporting its development by making a donation: