Skip to content

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

License

Notifications You must be signed in to change notification settings

afska/este-gano

Repository files navigation

é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>