Skip to content

suti1979/caesarcipher

Repository files navigation

Caesar Cipher

A simple Caesar Cipher NEXT app.

Check it out here: https://caesarcipher-ten.vercel.app

Features:

  • add text to code / decode
  • add cipher number (salt)
  • you can copy the coded string by clicking on it

Development server:

npm i
npm run dev
# or
yarn install
yarn dev