This is a C# coded Caesar cipher encryption algorithm which takes in a string and asks for a key. Using that key it shifts the string by that many places and shows the user the encrypted version. This program also decrpyt messages.
The screenshot below shows what the program running looks like: