Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.93 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.93 KB

TOP CEASAR CIPHER

This is a study follow up on the creation of a Ceasar's Cipher program.

Love this progress? Buy me a coffee...


The Ceasar Cipher program takes a string of text and returns a new string with each of it's individual letters shifted into a new letter according to the shift difference stated.

for instance

ceasar_cipher("(Top), 30", 5) output = "(Ytu), 30"
ceasar_cipher("Daniel's car", 7) output = "khupl's jhy"
ceasar_cipher("Ceasar's Cipher.") output = "Fhdvdu'v Flskhu."

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  1. Fork the repository

    https://github.com/keithowino/top-ceaser-cipher/fork
    
  2. Create a new branch

    git checkout -b improve-feature
    
  3. Make the appropriate changes in the files

  4. Add changes to reflect the changes made

  5. Commit your changes

    git commit -am 'Improve feature'
    
  6. Push to the branch

    git push origin improve-feature
    
  7. Create a Pull Request

Setup/ Installation Requirements

  • To clone this repository to your machine do this in the root directory of where you would like to save the project. Before using this be sure which url link you should use, is it for HTTP or shh.

    git clone https://github.com/freestyletear/top-ceaser-cipher.git
    
  • Open the repository.

    cd top-ceaser-cipher
    
  • After this in order to execute the program, you need to enter ruby ./scripts/main.rb on a Git terminal, after which the program executes the "POTUS" protocol.

Installation Medium

  1. Steady Network.
  2. Weblink
  3. Github account.

Bug / Feature Request