Skip to content

SteganoPNG is a simple tool to steganographically (hidden & secret) encode your file into .PNG image

Notifications You must be signed in to change notification settings

Cr0s/SteganoPNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteganoPNG

SteganoPNG is a simple tool to steganographically (hidden & secret) encode your file into .PNG image

Usage

 java -jar SteganoPNG.jar -c source.png yourfile.ext KEY output.png
 java -jar SteganoPNG.jar -d stegano.png KEY output.ext

Parameters

 -c - encrypts your file by specified KEY and encode it into .PNG
 -d - try to decrypt and extract file from steganographic .PNG

Exmaples

 java -jar SteganoPNG.jar -c picture.png hidden_message.txt SecREtKeyPassWord wallpaper.png
 java -jar SteganoPNG.jar -d wallpaper.png SecREtKeyPassWord hidden_message.txt

About

SteganoPNG is a simple tool to steganographically (hidden & secret) encode your file into .PNG image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages