Skip to content

jbochi/strogonoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Strogonoff is a Go package to hide text on JPEG images.

It is called Strogonoff because the technique of sending information by concealing the message is called Steganography and this package was implemented with Go language. Besides that, I love strogonoff, a typical Brazilian meal.

Implementation

99% of the code is from go lang "image/jpeg" package. I modified it to encode information on the LSB bits of the frequency components of the luminance channel for each 8x8 block, since the human eye is not well suited to perceive brightness differences on small regions.

Installation

TODO

Usage

TODO. See the tests

Releases

No releases published

Packages

No packages published

Languages