Skip to content

maxmmueller/WaveWhisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveWhisper

WaveWhisper is a lightweight Python library for steganographic encryption of text within the spectrogram of an audio file.

Note

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.

Installation

To use this library, install the latest release from PyPi:

pip install wavewhisper

Usage

Code example:

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.

Contributing

Contributions to this project are welcome!

If you encounter any problems, find a bug or have feature requests, please open an issue.

Support

If you find this project helpful, consider supporting its development by making a donation:

Buy Me A Coffee