README ¶ Hide A simple steganographic tool to hide byte streams in pictures. Example executions Encoding a byte stream .\hide.exe -image=".\resources\input.png" -payload=".\resources\swag-cat.png" -output=".\encoded" Decoding a byte stream from the generated image .\hide.exe -mode="decode" -image=".\encoded.png" -output=".\decoded.png" Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files hide.go main.go shared.go uncover.go Click to show internal directories. Click to hide internal directories.