/Go-Steganography

Simple Go Steganography program without external libraries and support with multiple formats (.png, .jpg...) and AES security

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Go-Steganography

By izanbf1803

Simple Go Steganography program without external libraries and support with multiple formats (.png, .jpg...)

Password cypher algorithm: AES


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