caesar-cipher
Here are 24 public repositories matching this topic...
Basic Ruby Projects - Odin Project
-
Updated
May 24, 2020 - Ruby
Assignment for the Ruby course of The Odin Project.
-
Updated
Jan 28, 2023 - Ruby
Ruby toolbox for simpler Crypto analysis and learning
-
Updated
Jul 20, 2021 - Ruby
This is a Ruby function that solves the Caesar's Cipher algorithm challenge on the Odin Project. It takes a string and a number and returns another string with each character in the new string being a result of the initial character shifted the inputted number of times in the Alphabet.
-
Updated
Nov 19, 2020 - Ruby
Caesar Cipher, Stock Picker, Substrings and Bubble Sort
-
Updated
Jan 8, 2021 - Ruby
Ruby Caesar Cypher Encoder & Decoder
-
Updated
Dec 15, 2024 - Ruby
Caesar cipher program with Tests to practice Test Driven Development
-
Updated
Oct 12, 2021 - Ruby
A Ruby tool for encrypting, decrypting, and cracking using a variable shift cipher algorithm.
-
Updated
May 11, 2020 - Ruby
Simple Caesar Cipher reimplementation using Sinatra
-
Updated
Jul 28, 2017 - Ruby
A ruby implementation of the Caeser Cipher protocol that encrypts alphabetic characters using a simple uniform position shift algorithm based on positive integer keys.
-
Updated
Feb 7, 2024 - Ruby
Caesar cipher written in Ruby. The second version uses the same technique but is refactored in a way that the total line count is the same, but the total lines containing code has been reduced by two. Both written as solutions to the project defined here: https://www.theodinproject.com/courses/ruby-programming/lessons/caesar-cipher
-
Updated
Nov 11, 2020 - Ruby
Classic coding challenge for beginners. + Tests added.
-
Updated
Jul 24, 2021 - Ruby
This is a classic Caesar_Cipher program that takes string inputs and codes them based on some specifications.
-
Updated
Jan 28, 2021 - Ruby
-
Updated
Dec 1, 2022 - Ruby
A Rails application for manual statistical analyzing of monoalphabetic substiution ciphers
-
Updated
Sep 21, 2017 - Ruby
Improve this page
Add a description, image, and links to the caesar-cipher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the caesar-cipher topic, visit your repo's landing page and select "manage topics."