glsb

command module
v0.0.0-...-6d046b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2017 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL