Skip to content

bbtools-ps/crypto

Repository files navigation

Crypto

"Crypto" is a collection of ciphers. "Emoji cipher" is a personal invention and I'm so proud of it :) Rest of the ciphers were already invented so they are just implemented using modern JavaScript syntax.

Ciphers:

  • Caesar
  • Vigenère
  • Emoji

This project uses:

Project setup

To install all dependencies:

pnpm install

To start the project in the local development mode:

pnpm dev

To make the build:

pnpm build

To start the tests:

pnpm test

Emoji cipher

To generate a new dictionary:

pnpm generate

Live demo

Click here for the live demo