https://github.com/corocoto/caesar-cipher
Ceaser cipher app on Node.js :symbols:
https://github.com/corocoto/caesar-cipher
application ceasar-cipher cipher cipher-algorithm cipher-algorithms cli-app javascript node-js nodejs
Last synced: 25 days ago
JSON representation
Ceaser cipher app on Node.js :symbols:
- Host: GitHub
- URL: https://github.com/corocoto/caesar-cipher
- Owner: corocoto
- License: mit
- Created: 2018-05-15T12:25:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T08:35:28.000Z (over 5 years ago)
- Last Synced: 2025-10-09T13:23:33.430Z (8 months ago)
- Topics: application, ceasar-cipher, cipher, cipher-algorithm, cipher-algorithms, cli-app, javascript, node-js, nodejs
- Language: JavaScript
- Homepage: https://corocoto.github.io/caesar-cipher/
- Size: 589 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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-driven `JavaScript` runtime, `Node.js` is designed to build scalable network applications);
* `chalk` - The `Node.js` module, that help styling cli messages and commands;
* `inquirer` - The `Node.js` module, that provide the user interface, and the inquiry session flow.
## Instructions :clipboard:
1. Download application and unpack it;
2. Move into unpack folder;
3. Run `terminal` inside this folder;
4. Run next command: `npm run start`.
## License
**Caesar Cipher** is open-sourced software licensed under the MIT License (MIT). Please see [License File](LICENSE) 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!