Skip to content

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

License

Notifications You must be signed in to change notification settings

izanbf1803/Go-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages