Victor101106 / Caesar-Cipher

This Caesar cipher website was created as a self-challenge when I was participating in a teaching project about cryptography.

Home Page:https://victor101106.github.io/Caesar-Cipher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caesar Cipher

In cryptography, a Caesar cipher 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. (Wikipedia)

About

This Caesar cipher website was created as a self-challenge when I was participating in a teaching project about cryptography.

https://victor101106.github.io/Caesar-Cipher/

License:MIT License


Languages

Language:CSS 39.5%Language:JavaScript 30.6%Language:HTML 29.9%