Skip to content

A python library for steganographic encryption within audio spectrograms

License

Notifications You must be signed in to change notification settings

maxmmueller/WaveWhisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveWhisper

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

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 access this library in Python, install the latest release from PyPi:

pip install wavewhisper

Usage

Only capital letters of the english alphabet and spaces are supported.

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

About

A python library for steganographic encryption within audio spectrograms

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages