InterviewSolution
Saved Bookmarks
| 1. |
What is The Caesar cipher? |
|
Answer» The Caesar cipher is a TYPE of SUBSTITUTION cipher in which each letter in the plaintext is shifted to a certain number of PLACES down the alphabet. For example, with a shift of 1, A WOULD be replaced by B, B would become C, and so on. The method is named after JULIUS Caesar, who allegedly used it to communicate with his generals. |
|