Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 541 Bytes

Steganography

The python code hides some random bitstream into a grayscale image.

The grayscale image

boat.jpg

The output image which has a bitstream encrypted into it.

encrypted.jpg

The output PSNR value

output.png

Libraries used

  1. Pillow: To read and produce images
  2. Tkinter: To create GUI

Formulae

formulae