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:
Example:
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 |