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-JavaScriptruntime built. (An asynchronous event-drivenJavaScriptruntime,Node.jsis designed to build scalable network applications);chalk- TheNode.jsmodule, that help styling cli messages and commands;inquirer- TheNode.jsmodule, that provide the user interface, and the inquiry session flow.
- Download application and unpack it;
- Move into unpack folder;
- Run
terminalinside 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!
