Close

2016.02.18: Node.JS module

A project log for Bury it under the noise floor

Here is discussed a PHP class to hide encrypted messages and files inside of images without significantly changing the way the image looks.

j-ian-lindsayJ. Ian Lindsay 02/19/2016 at 06:420 Comments

The node.js port is not yet up to feature-parity with the PHP original. But it works for simple text strings. Most of the missing features are simple changes and fixes.

https://www.npmjs.com/package/node-bury

I would prefer to re-work the library into a more proper functional style, as it suffers from some of the style of PHP, as it was a more-or-less direct port. If there is sufficient interest at the github page, and/or bitcoin-sponsored issues, I will devote time to fixing them. PR's are always welcome.

Discussions