Caesar Cipher
Menu

Caesar Cipher Decoder

Shift by
0
Alphabet

Caesar Cipher Encoder

Shift by
0
Alphabet
Back

About Caesar Cipher

Oliver Merkel, the oculus of the Pantheon's dome in Rome, Italy, cc-by-nc-nd 4.0.


Legal

Copyright (c) 2016
@author Oliver Merkel, Merkel(dot) Oliver(at) web(dot) de.
All rights reserved.
Logos and trademarks belong to their respective owners.

All source code also including code parts written in HMTL, Javascript, CSS is under MIT License.

The MIT License (MIT)

Copyright (c) 2016 Oliver Merkel, Merkel(dot) Oliver(at) web(dot)de

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If not otherwise stated all graphics (independent of its format) are licensed under
Creative Commons License
Images are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Caesar Cipher Principles and Concepts

The basic concept of the Caesar Cipher is one of the encryption techniques that is said to have been used by Gaius Iulius Caesar (*July 100BC; †March 15th, 44BC) to protect message exchange among his military troops.

Caesar Cipher encryption is basically performed by monoalphabetic character substitution applying a positional shift in a given alphabet. Reversing the shift by same amount of positions with same alphabet decrypts the ciphered text into plain text again. Such that the secret key in this symmetric cipher is represented by the number respresenting the amount of positions to shift and the usage of the correct alphabet to be applied.

Third Party Code Licenses

This Caesar Cipher implementation uses unmodified independent code libraries provided by third parties. Since their licenses might vary the corresponding information is externally linked below. Thus these external links will enable you to reproduce any copyright notice, any related list of conditions, disclaimers, and especially the copyright holders and authors of the corresponding third party functionality.

jQuery: MIT jQuery Mobile: MIT Raphaël: MIT
Back