Skip to content

This project aims to explore sharing of data using steganography and cryptography.

Notifications You must be signed in to change notification settings

abhieshekumar/enhance-standard-of-stego-image-using-pass-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improved standard of stego image using the pass key

  • README.md file inside each directory outlines the files and folders in that directory.
  • Run the demo project using -
./automate.sh
  • To view the state of images during the course of exexution add the image flag -
./automate.sh image
  • You can also plot the histogram by adding the histogram flag -
./automate.sh histogram
  • The algorithm designed here has the following parameters -

    • seed in metadata/private.py,
    • privateImage in asset/,
    • tolerance defined in getTolerance() in metadata/private.py,
    • granularity defined in generateKey/randomize.py, and
    • nshuffle define in *generateKey/randomize.py.
    • You can also decide to have different cover image and the image used for generating key image.
  • All of the above defined parameters can be modified on the sender as well the receiver side to tune the algorithm.

About

This project aims to explore sharing of data using steganography and cryptography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published