The Caesar cipher is a type of substitution cipher in which each letter in the plaintext is 'shifted' a certain number of places down the alphabet.
It is a CLI application, that cipher input text.
This application is created using 📑 :
JavaScript
- programming language;Node.js
-JavaScript
runtime built. (An asynchronous event-drivenJavaScript
runtime,Node.js
is designed to build scalable network applications);chalk
- TheNode.js
module, that help styling cli messages and commands;inquirer
- TheNode.js
module, that provide the user interface, and the inquiry session flow.
- Download application and unpack it;
- Move into unpack folder;
- Run
terminal
inside this folder; - Run next command:
npm run start
.
Caesar Cipher is open-sourced software licensed under the MIT License (MIT). Please see License File for more information
If you still have questions about the work of this application ❔ or you have cool ideas for improvement 💥, please write to me 📧.
If you find a bug 🐛, please create an appropriate issue with detailed information about it 💬.
Thanks!