Skip to content

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

License

Notifications You must be signed in to change notification settings

Victor101106/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)