Home Hiding messages in images
Post
Cancel

Hiding messages in images

I created this project because I wanted to learn more about steganography, and this was the result. I used LSB technique.

Original image:

Image with secret message

Image with secret message:

Image with secret message


Example:

1
go-steganography.exe -e "img.png" -m "Steganography it's amazing!" -p "sd4tst69"


Actions:

  • -e (Encode)
  • -d (Decode)


Encode parameters:

Parameter Description
-e File to encode
-m Message to encode
-p Password to encrypt your message
-o Output filename


Decode parameters:

Parameter Description
-d File to decode
-p Password to decrypt the message
This post is licensed under CC BY 4.0 by the author.