Skip to content

Image steganography tool for secure embedding of secret messages

Notifications You must be signed in to change notification settings

jx-zheng/whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whisper

Secure steganographic communication made easy

Person writing with fountain pen

whisper is a Java command line tool that allows you to embed secret hidden messages in RGB images via stenographic techniques. The technique used in whisper is based on research by Hong-Juan Zhang and Hong-Jun Tang, as outlined in their paper, A Novel Image Steganography Algorithm Against Statistical Analysis.

Building & Running

mvn clean package builds an executable JAR in the target/ directory.

java -jar target/whisper-VERSION.jar starts the tool. Use the -h flag to show usage help.

Upcoming Features

  • More encryption ciphers supported (Blowfish, Triple DES)
  • Additional steganography schemes supported
  • Ability to embed images as secret payload
  • Ability to embed messages in other forms of media, including videos and audio

About

Image steganography tool for secure embedding of secret messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages