Caesar Cipher
Introduction
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.
About application
It is a CLI application, that cipher input text.
This application is created using :bookmark_tabs: :
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.
Instructions :clipboard:
- Download application and unpack it;
- Move into unpack folder;
- Run
terminal
inside this folder; - Run next command:
npm run start
.
License
Caesar Cipher is open-sourced software licensed under the MIT License (MIT). Please see License File for more information
Conclusion
If you still have questions about the work of this application :grey_question: or you have cool ideas for improvement :boom:, please write to me :email:.
If you find a bug :bug:, please create an appropriate issue with detailed information about it :speech_balloon:.
Thanks!