Skip to main content

Steganographic encryption of text within the spectrogram of an audio file

Project description

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

Code example:

from wavewhisper import Message

message = Message("My secret text")
message.encrypt("song.wav", "encrypted.wav") # carrier path and output path

!! FUll DOCS COMING SOON !!

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wavewhisper-1.0.1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

WaveWhisper-1.0.1-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page