Skip to content
forked from owencm/js-steg

Javascript JPEG steganography library. Includes JS JPEG encoder and decoder with coefficient access helper functions.

Notifications You must be signed in to change notification settings

gamdias/js-steg

 
 

Repository files navigation

jsSteg 1.0

jsSteg is a Javascript library designed for JPEG Steganography. It provides easy access to the discrete cosine transform (DCT) coefficients in JPEGs, both for reading hidden messages, and for embedding them.

It builds on open source Javascript JPEG encoders and decoders, although they were heavily modified to provide hooks for reading and modifying DCT coefficients. The main library, and JPEG encoder are released under the MIT licence, but the decoder is licenced under the Apache License, Version 2.0.

At the current time it is not suitable for chroma steganography since the encoder and decoder return a different quantity of coefficients for chroma for reasons I haven't investigated. That said, nobody does chroma steganography so if you're after luma then this is perfect for you.

Also included is a copy of a paper I wrote about implementing JPEG steganography on Facebook using an error correcting code which is what this library was designed for. It also contains a useful background on JPEG steganography.

About

Javascript JPEG steganography library. Includes JS JPEG encoder and decoder with coefficient access helper functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%