Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 665 Bytes

File metadata and controls

27 lines (13 loc) · 665 Bytes

Build Status License

stegonaut hides plain text messages inside MP3 files.

Basic Overview

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.

Installation

$ npm install

Run

(Opens a default browser)

$ npm start

Contributions

Any pull requests are more than welcome