DEV Community

Cover image for One Byte Explainer: Caesar Cipher
Ryan Lee
Ryan Lee

Posted on

One Byte Explainer: Caesar Cipher

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.

Explainer

Caesar Cipher, or shift cipher, is an encryption technique in which each letter in the given text is replaced by a letter some fixed number of positions (e.g. 3) down the alphabet. Can you decode the following message with this method?

rqh ebwh hasodlqhu

Top comments (0)