Documentation ¶
Overview ¶
Stego is a very straightforward implementation of lsb image steganography. It encodes and decodes a message into and from an image. The data is hidden in the LSBs of the Red, Green and Blue image components.
Index ¶
Constants ¶
View Source
const DefaultOutputFormat = "png"
DefaultOutputFormat is the default output file/image format.
Variables ¶
View Source
var (
ErrUnsupportedFormat = errors.New("sego: unsupported image format")
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.