Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 286 Bytes

rot-cipher

Rotation cipher in Node.js. Shows outputs for all 26 alphabetical rotations.

Usage

git clone https://github.com/tycrek/rot-cipher.git && cd rot-cipher/
npm i
npm start

Enter a word when prompted.

Limitations

  • Spaces, numbers, and symbols won't work