"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:
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
To generate a new dictionary:
pnpm generate