Skip to content

Tool steganography to hiding message into audio using Parity method

Notifications You must be signed in to change notification settings

kiosuper/ToolStegAudioParity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ToolStegAudioParity

Tool steganography to hiding message into audio using Parity method

Usage:

Encode:
	-e: Encode
	-i: Input file
	-m: Message file
	-o: Output file
	Example: python steg.py -e -i Example1.wav -m message.txt -o Example2.wav
Decode:
	-d: Decode
	-i: Input file
	-o: Message output file
	Example: python steg.py -e -i Example1.wav -o message.txt

------------------------------Unicorn TEAM------------------------------

About

Tool steganography to hiding message into audio using Parity method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages