/cipher

Web app to simulate classical ciphers. Made in NextJS

Primary LanguageJavaScript

cipher

This is a web-app made to simulate encryption using classical ciphers. Supported ciphers include:

  • Vigenere
  • Autokey Vigenere
  • Extended Vigenere
  • Affine
  • Hill
  • Playfair

This program was made in NextJS.

how to run

Simply run yarn dev on this repository's directory. Or, if you prefer, yarn build then yarn start to build the production mode.

credit

@gagaspbahar @ubaidalih