No description
- Go 100%
| testdata | ||
| .gitignore | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
| stego.go | ||
Simple steganography program in Go
Hides a string inside the least significant bit (LSB) of all colors of each pixel.
Hide
./stego -in testdata/lenna.png -out testdata/stego.png -secret "hello world!"
Reveal
./stego -in testdata/stego.png