Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 840 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 840 Bytes

éste-ganó

Steganography toy that encodes secret messages in strings by using zero-width Unicode characters.

See encoder.spec.js

Usage

Web version

https://afska.github.io/este-gano/

Chrome extension

  • Download the extension from the Releases section
  • Open any chat app
  • Enable the extension by using the button
  • Type ![this syntax] to add secret messages
  • When the extension is installed, you'll see secret messages highlighted in red

Developing

Install

nvm use
npm install

Run the app

npm start

Build site

npm run build

Build extension

./scripts/build-extension.sh

Deploy

./scripts/deploy.sh <GITHUB_TOKEN>