123k views
3 votes
What is a Caesar cipher? As part of your answer demonstrate encrypting the plaintext messages: CS IS COOL with a caesar cipher.

User Enriquev
by
5.0k points

2 Answers

4 votes

Answer:

A Caesar Cipher is a basic encryption type.

Step-by-step explanation:

User Tomas Jansson
by
5.1k points
0 votes

Answer:

A Caesar Cipher is a basic encryption type.

Step-by-step explanation:

Its implementation is very easy and straightforward. It uses a one-to-one of characters in a character set. The input needed is the plain-text message and the encryption number.

For example, using the character set A-Z, encrypting the text CS IS COOL using the key of 3 generates FV LV FRRO. What has been done here is to take each character in the plain-text message and move it by "encryption number steps" in the character set.

User Aharon Manne
by
4.8k points