uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/caesar-cipher.md

Summary

Maintainability
Test Coverage
# Caesar cipher

A very simple cipher that offsets each letter in the alphabet by a certain amount, specified by the key.
It is no longer used in practice due to being very easy to attack.