Skip to content

Johan-Liebert1/png-steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Choose a master password, say "password"

  2. Get sha256 chksum.

echo password | sha256sum
  1. Set the variable MASTER as the output of the previous command.

  2. To hide data run

cargo r -- enc "png_name" "secret to hide"

This will produce a png_name-output.png

  1. To get back data run
cargo r -- dec "png_name-output.png"

You'll be prompted for the original master password

Is the data completely hidden?

No. Anyone with sufficient programming knowledge can easily reverse engineer the encoding algo. Do not use this to store nuclear launch codes

About

Hide secrets inside a PNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages