Simple application of the Caesar's Cypher (in C#)
The Caesar cipher, also known as a shift cipher, is one of the simplest forms of encryption. It is a substitution cipher where each letter in the original message (called the plaintext) is replaced with a letter corresponding to a certain number of letters up or down in the alphabet
This application simulates this functionality coding or decoding a word or a text using the code that you want to do it