Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 304 Bytes

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