Steganographic encryption within audio spectrograms
Project description
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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wavewhisper-1.0.2.tar.gz
.
File metadata
- Download URL: wavewhisper-1.0.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f26454a8230f56db136a1d39d6e7935d5a94a1702ba5da153e4ec61fdc5c2b15 |
|
MD5 | c83e93fc8d7d0e50ed62dc139b6ec57a |
|
BLAKE2b-256 | 672b9ae293121867c0561f5ddbd6bdf2d223fb6386dac373a54809e8fb8e468d |
File details
Details for the file WaveWhisper-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: WaveWhisper-1.0.2-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27ec8b1280ff4ebfdb72fa7555ea8eec1f606af1663986f63d1e8bc5532d97f5 |
|
MD5 | 6bf00969995e1f8c580edbfe922619d8 |
|
BLAKE2b-256 | a66437c9e0865101faeab7b279b2a7502b9d8948d7e1e7d80e4076fe63b72137 |