Skip to content

SujiTech/stego-examples

Repository files navigation

Stego Examples

Some image steganography examples implemented in pure JavaScript

Setup

npm install
npm run start

open [location]/index.html
open [location]/tools.html

For Developers

npm run page // build and publish to gh-pages

Try

Implemented Algorithms

  • FFT1D
  • FFT2D
  • DCT2D

Refs