Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 857 Bytes

Image Steganography Using Python

What is Image Steganography ?

Image Steganography is the practice of concealing a message within another file/image.

Basic Input taken

(Use 1 for encode and 2 for decode)

Encode Preview:

  • 1
  • "C:\Users\xyz\Desktop\input.png" (input directory of image)
  • Bennett University (input data)
  • "C:\Users\xyz\Desktop\output.png" (input directory for output image)

Decode Preview:

  • 2
  • 'C:\Users\xyz\Desktop\output.png' (input directory)
  • Bennett University

Reference

Documentation Help

Note: This software is best compatible with .png images.