All Projects → techchipnet → HiddenWave

techchipnet / HiddenWave

Licence: other
Hide Your Secret Message in any Wave Audio File.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HiddenWave

hiddenwave
An Audio Steganography Tool, written in C++
Stars: ✭ 46 (-52.58%)
Mutual labels:  steganography, steganography-algorithms, audio-steganography
pixcryption
📷 Pixel Safe Encryption - Now Cryptographically Secure 🔒
Stars: ✭ 56 (-42.27%)
Mutual labels:  steganography, steganography-algorithms
gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (-73.2%)
Mutual labels:  steganography, steganography-algorithms
Hidden-Eye
Hide data into Picture
Stars: ✭ 39 (-59.79%)
Mutual labels:  steganography, steganography-algorithms
StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
Stars: ✭ 22 (-77.32%)
Mutual labels:  steganography, steganography-algorithms
Stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
Stars: ✭ 134 (+38.14%)
Mutual labels:  steganography
Stego
🦕 stego is a steganographic swiss army knife.
Stars: ✭ 220 (+126.8%)
Mutual labels:  steganography
Stego Toolkit
Collection of steganography tools - helps with CTF challenges
Stars: ✭ 1,693 (+1645.36%)
Mutual labels:  steganography
Stegseek
⚡️ Worlds fastest steghide cracker, chewing through millions of passwords per second ⚡️
Stars: ✭ 187 (+92.78%)
Mutual labels:  steganography
Stegonline
A web-based, accessible and open-source port of StegSolve.
Stars: ✭ 105 (+8.25%)
Mutual labels:  steganography
Stegcloak
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐
Stars: ✭ 2,379 (+2352.58%)
Mutual labels:  steganography
Steg86
Hiding messages in x86 programs using semantic duals
Stars: ✭ 136 (+40.21%)
Mutual labels:  steganography
Steganography
Least Significant Bit Steganography for bitmap images (.bmp and .png), WAV sound files, and byte sequences. Simple LSB Steganalysis (LSB extraction) for bitmap images.
Stars: ✭ 229 (+136.08%)
Mutual labels:  steganography
Steganogan
SteganoGAN is a tool for creating steganographic images using adversarial training.
Stars: ✭ 124 (+27.84%)
Mutual labels:  steganography
stegjs
Encrypt message to PNG image.
Stars: ✭ 18 (-81.44%)
Mutual labels:  steganography
Information Security Tasks
This repository is created only for infosec professionals whom work day to day basis to equip ourself with uptodate skillset, We can daily contribute daily one hour for day to day tasks and work on problem statements daily, Please contribute by providing problem statements and solutions
Stars: ✭ 108 (+11.34%)
Mutual labels:  steganography
Stegoveritas
Yet another Stego Tool
Stars: ✭ 162 (+67.01%)
Mutual labels:  steganography
stegpy
Simple steganography program based on the LSB method.
Stars: ✭ 74 (-23.71%)
Mutual labels:  steganography
Audiostego
Audio file steganography. Hides files or text inside audio files and retrieve them automatically
Stars: ✭ 160 (+64.95%)
Mutual labels:  steganography
euli treasure hunt
Euli is not a computer game but a tool which helps you set up a real life treasure hunt
Stars: ✭ 34 (-64.95%)
Mutual labels:  steganography

HiddenWave

Embedding secret messages in wave audio file

What is HiddenWave

Hiddenwave is a python based program for simple audio steganography. You can hide your secret text messages in wave audio file. you can play this audio in any media player and secretly share your private message with any one.

Requirements

This tool require python3

Installation

git clone https://github.com/techchipnet/HiddenWave.git
cd HiddenWave

Usage

Hiddenwave have two python scripts.

  • HiddenWave.py : for hide secret information.
  • ExWave.py : for extract secret information for wave audio file.

Hide Secret Information in Audio file

python3 HiddenWave.py -f Demo.wav -m "Secret Msg" -o output.wav

Extract Secret Information from Audio file

python3 ExWave.py -f output.wav

Video Demo

How to control android camera

For More Video subcribe TechChip YouTube Channel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].