Cyphex
[JavaScript]
A steganography web app that encodes and decodes hidden image/text data directly inside image pixels using LSB encoding.
README
Cyphex
A simple steganography tool for hiding information within an image.

PS: The goal of this project is to try out the pipeline oriented programming, a functional programming approach for building scalable end-to-end systems. It is inspired by a talk by Scott Wlaschin: Railway oriented programming. Also, a big thanks to Professor Andrew Rudder for introducing and explaining the concept of stegonography.