https://github.com/riz4d/stegnowav
Steganography Oriented tool to hide a message in a WAV audio file.
https://github.com/riz4d/stegnowav
python3 stegnography wave
Last synced: 6 months ago
JSON representation
Steganography Oriented tool to hide a message in a WAV audio file.
- Host: GitHub
- URL: https://github.com/riz4d/stegnowav
- Owner: riz4d
- License: gpl-3.0
- Created: 2021-11-12T12:23:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T13:01:49.000Z (over 3 years ago)
- Last Synced: 2025-04-23T01:10:05.458Z (11 months ago)
- Topics: python3, stegnography, wave
- Language: Python
- Homepage:
- Size: 4.08 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# StegnoWav
it is an Stegnography Oriented tool to Embedding messages in a wav file.
Based with Python3
### What Is Stegnography ?
Steganography is the technique of hiding secret data within an ordinary,
non-secret, file or message in order to avoid detection.
## Installation
#### Step 1
`git clone https://github.com/riz4d/stegnowav`
#### Step 2
`cd stegnowav`
## Usage
` Stegnowav.py -f idfc.wav -m "Enter Your Message" -o filename.wav`
## Extract Message From WavFile
`ReadWav.py -f Filename`
## Contributors

Stay tuned