🔍 Go tool for LSB steganography, capable of hiding any file within an image.
-
Updated
Apr 11, 2023 - Go
🔍 Go tool for LSB steganography, capable of hiding any file within an image.
A steganography toolkit that hides arbitrary file data in lossless images.
Simple implementation of the LSB steganography algorithm in go, which uses the least significant bit (LSB) of each colour component (RGB) of each pixel of an image to hide a given message.
A simple Golang steganography implementation containing an interface, a PNG steganogram implementation and a command line tool with support for ZIP compression and AES GCM block cipher encryption.
Add a description, image, and links to the steganography-library topic page so that developers can more easily learn about it.
To associate your repository with the steganography-library topic, visit your repo's landing page and select "manage topics."