Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.08 KB

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