Skip to content

IVUCB4T/HiddenSound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

HiddenSound

Embedding secret messages in wave audio file

What is HiddenSound

HiddenSound 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/IVUCB4T/HiddenSound.git
cd HiddenSound

Usage

HiddenSound have two python scripts.

  • HiddenSound.py : for hide secret information.
  • ExHiddenSound.py : for extract secret information for wave audio file.

Hide Secret Information in Audio file

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

Extract Secret Information from Audio file

python3 ExHiddenSound.py -f output.wav

Video Demo

For More Video subcribe IVUCB4T YouTube Channel