CaesarCipher
CaesarCipher copied to clipboard
Caesar Cipher
If possible I also wanted to add Unit-tests to support the updated encryption and decryption routines in c# (hacktoberfest 2023)
Hi, I have added an implementation of decryption in C# that I hope can be used. (hacktoberfest 2023)
Hi, I think the c#-code will be more accessible for others to use with more modern .NET 6.0, also easing the way forward for .NET 7/8. #hactoberfest-23
Encrypt Message With the Information of Lower case and Upper Case
This update reflects the Java Caesar Cipher pull request that I created.