CaesarCipher icon indicating copy to clipboard operation
CaesarCipher copied to clipboard

Caesar Cipher

Results 6 CaesarCipher issues
Sort by recently updated
recently updated
newest added

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.