Skip to content

savsach/Steganography-Experiment-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Steganography-Experiment-Image

A trivial way to encode messages in Images

Dependencies

  1. python3
  2. matplotlib
  3. PIL
  4. numpy
  5. bitstring

Usage

Use the encryption script to create an image with your message encoded in it

python3  encrypt.py -i <image-file> -t <text-message>

Use the decryption script to print out the encrypted message in your image

python3  decrypt.py -i <encrypted-image-file> 

About

A trivial way to encode messages in Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages