https://github.com/jbochi/strogonoff
Steganography with Go
https://github.com/jbochi/strogonoff
Last synced: 6 months ago
JSON representation
Steganography with Go
- Host: GitHub
- URL: https://github.com/jbochi/strogonoff
- Owner: jbochi
- Created: 2011-06-09T20:46:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-15T16:41:50.000Z (over 14 years ago)
- Last Synced: 2025-04-11T21:36:20.837Z (11 months ago)
- Language: Go
- Homepage: http://strogonoff-demo.appspot.com/
- Size: 137 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
- cybersources - strogonoff
README
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