stegonaut
hides plain text messages inside MP3 files.
The app works by embedding chunks of text into "unused" bits of each MP3 header.
The "unused" bits are Priv.Bit
, Copy
, Original
, Emphasis
and are nowadays largely ignored by almost every encoder/decoder.
$ npm install
(Opens a default browser)
$ npm start
Any pull requests are more than welcome