Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/najibadan/sinatra-caesar-cipher


https://github.com/najibadan/sinatra-caesar-cipher

caesar-cipher heroku learning-by-doing ruby sinatra

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# About
This is a simple front-end implementation of the Caesar Cipher using Sinatra

# Caesar Cipher
A Caesar cipher, also known as Caesar’s cipher, the shift cipher, Caesar’s code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet.

# Heroku
[Heroku Page](https://shrouded-lowlands-87957.herokuapp.com/)

# Credits
This project is part of the Odin Project - Ruby on Rails [Course](https://www.theodinproject.com/courses/ruby-on-rails/lessons/sinatra-project)