Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History
69 lines (56 loc) · 1.48 KB

README.md

File metadata and controls

69 lines (56 loc) · 1.48 KB

glsb

It's a tool to hide and read messages to/from images, applying least significant bit(lsb) technique.

Installation

First of all clone the tool's source from the master repository

git clone https://github.com/ljesparis/glsb.git

Lastly go to glsb's folder and compile.

cd $GOPATH/src/github.com/ljesparis/glsb
go build .

Done!!

Usage

Without enccryption

Write a message within an image

glsb write /path/to/image/src.png dst.png "Hello world"

Read hiden message

glsb read /path/to/image/dst.png

With enccryption

Write a message within an image

glsb --encryption xor --key "this is my key" write /path/to/image/src.png dst.png "Hello world"

Read hidden message

glsb --encryption xor --key "this is my key" read /path/to/image/dst.png

Formats Supported

Image

Sound

Encryption methods supported

License

MIT license