Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/najibadan/sinatra-caesar-cipher
- Owner: NajibAdan
- Created: 2018-12-24T09:11:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:21:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:22:20.064Z (about 1 month ago)
- Topics: caesar-cipher, heroku, learning-by-doing, ruby, sinatra
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)