Skip to content

descholar-ceo/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar cipher

Implementation caesar cipher algorithms as outlined here by the Odin Project.

An encrypting algorithm that takes a string or text as input, and it encrypts the text inorder to return an encrypted text.

Built With

  • Ruby

Live Demo

Live Demo Link (repl.it)

Getting Started

Open the live demo link above and run either of the code demonstrations below, test the method cipher() which needs a string and a key as arguments and then run the following command, you will get an encrypted text on the command line

ruby cipher.rb

Prerequisites

  • Ruby

Usage

To run this project locally, please ensure you have Ruby installed on your machine, then clone this repository by running.

git clone https://github.com/descholar-ceo/caesar-cipher

After cloning run

cd caesar-cipher

Lastly run either of the commands listed in the getting started section above.

Authors

👤 Mugirase Emmanuel

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

Releases

No releases published

Packages

No packages published

Languages