WaveWhisper


NameWaveWhisper JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/maxmmueller/wavewhisper
SummarySteganographic encryption of text within the spectrogram of an audio file
upload_time2024-06-01 17:13:28
maintainerNone
docs_urlNone
authorMaximilian Müller
requires_pythonNone
licenseApache License 2.0
keywords audio python encryption waveform wav steganography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
WaveWhisper
</h1>

<p align="center">
<a href="https://github.com/maxmmueller/WaveWhisper/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue"/></a>
</p>

<p align="center" style="font-size: 18px;">WaveWhisper is a lightweight Python library for steganographic encryption of text within the spectrogram of an audio file.</p>


<p align="center">
<img src="https://raw.githubusercontent.com/maxmmueller/WaveWhisper/main/images/screenshot.png">
</p>


## Note
This project was originally created for the German competition [*Explore Science Mannheim 2022*](https://www.explore-science.info/downloads/esma2022datensicherheit.pdf) 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:

```python
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](https://github.com/maxmmueller/wavewhisper/issues/new).


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

<a href="https://www.buymeacoffee.com/maxmmueller" target="_blank">
  <img src="https://raw.githubusercontent.com/maxmmueller/WaveWhisper/main/images/bmac.png" alt="Buy Me A Coffee" style="width: 140px;">
</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maxmmueller/wavewhisper",
    "name": "WaveWhisper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "audio, python, encryption, waveform, wav, steganography",
    "author": "Maximilian M\u00fcller",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6f/21/9c98d5ecb52a7db949501bb455d6d08138d7db6e18a5e2238749c93e4cb6/wavewhisper-1.0.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\r\nWaveWhisper\r\n</h1>\r\n\r\n<p align=\"center\">\r\n<a href=\"https://github.com/maxmmueller/WaveWhisper/blob/main/LICENSE\"><img src=\"https://img.shields.io/badge/license-Apache%202-blue\"/></a>\r\n</p>\r\n\r\n<p align=\"center\" style=\"font-size: 18px;\">WaveWhisper is a lightweight Python library for steganographic encryption of text within the spectrogram of an audio file.</p>\r\n\r\n\r\n<p align=\"center\">\r\n<img src=\"https://raw.githubusercontent.com/maxmmueller/WaveWhisper/main/images/screenshot.png\">\r\n</p>\r\n\r\n\r\n## Note\r\nThis project was originally created for the German competition [*Explore Science Mannheim 2022*](https://www.explore-science.info/downloads/esma2022datensicherheit.pdf) in the category *data security* where it was ranked 2nd. I then made some small changes to turn it into this open source library.\r\n\r\nIn my attempt to make this library as lightweight as possible, it can currently operate without any external dependencies.\r\n\r\n\r\n## Installation\r\nTo use this library, install the latest release from PyPi:\r\n```\r\npip install wavewhisper\r\n```\r\n\r\n## Code example:\r\n\r\n```python\r\nfrom wavewhisper import Message\r\n\r\nmessage = Message(\"My secret text\")\r\nmessage.encrypt(\"song.wav\", \"encrypted.wav\") # carrier path and output path\r\n```\r\n\r\n!! FUll DOCS COMING SOON !!\r\n\r\n\r\n## Contributing\r\nContributions to this project are welcome!\r\n\r\nIf you encounter any problems, find a bug or have feature requests, please open an [issue](https://github.com/maxmmueller/wavewhisper/issues/new).\r\n\r\n\r\n## Support\r\nIf you find this project helpful, consider supporting its development by making a donation:\r\n\r\n<a href=\"https://www.buymeacoffee.com/maxmmueller\" target=\"_blank\">\r\n  <img src=\"https://raw.githubusercontent.com/maxmmueller/WaveWhisper/main/images/bmac.png\" alt=\"Buy Me A Coffee\" style=\"width: 140px;\">\r\n</a>\r\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Steganographic encryption of text within the spectrogram of an audio file",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/maxmmueller/wavewhisper"
    },
    "split_keywords": [
        "audio",
        " python",
        " encryption",
        " waveform",
        " wav",
        " steganography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8a0dc84c57050642deaf56687cd174221ca23ca6a129febc26cb1326257e71c",
                "md5": "b9ce8ec479fd4dcac7fd95f919214b53",
                "sha256": "21a5e71e7d99ea15dfbc648a61d2a0f50d2dfbbfbb3e02fc2c6da9213f0dfa77"
            },
            "downloads": -1,
            "filename": "WaveWhisper-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9ce8ec479fd4dcac7fd95f919214b53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9297,
            "upload_time": "2024-06-01T17:13:26",
            "upload_time_iso_8601": "2024-06-01T17:13:26.328659Z",
            "url": "https://files.pythonhosted.org/packages/b8/a0/dc84c57050642deaf56687cd174221ca23ca6a129febc26cb1326257e71c/WaveWhisper-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f219c98d5ecb52a7db949501bb455d6d08138d7db6e18a5e2238749c93e4cb6",
                "md5": "eea5df573b7cbb789aafdef8ba473ee5",
                "sha256": "8ea7b654cec6f35cb056426967ca50b9b2b61762ddd746b5965dba5d1a30570b"
            },
            "downloads": -1,
            "filename": "wavewhisper-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eea5df573b7cbb789aafdef8ba473ee5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8328,
            "upload_time": "2024-06-01T17:13:28",
            "upload_time_iso_8601": "2024-06-01T17:13:28.031556Z",
            "url": "https://files.pythonhosted.org/packages/6f/21/9c98d5ecb52a7db949501bb455d6d08138d7db6e18a5e2238749c93e4cb6/wavewhisper-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-01 17:13:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maxmmueller",
    "github_project": "wavewhisper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wavewhisper"
}
        
Elapsed time: 0.32146s