petereigenschink / steganography.js

Hide secret messages with JavaScript and this library
http://www.peter-eigenschink.at/projects/steganographyjs/
MIT License
363 stars 67 forks source link

steganography.js

steganography.js is a JavaScript library used to encode secret messages inside images and to decode them again.

How does it work

Behind the scenes steganography.js uses an algorithm to convert the given message into appropriate binary data which then will be hidden in the alpha channel of the given cover image. A HTML5 canvas element is then used to process the data and the image. To decode a message from a given image, a similiar algorithm is applied on the imagedata.

How to use it

The use of the library is very simple. You just have to add the .js-file to your website and by now you can make use of the global object steganography or short steg and the two provided functions encode and decode.

Contact me

If you have any questions, contact me.
My website www.peter-eigenschink.at
My Twitter account @eigenschinkpeter