-
Notifications
You must be signed in to change notification settings - Fork 0
The Caesar cipher in C# is a simple encryption method that shifts each letter in a string by a fixed number of positions in the alphabet. For instance, with a shift of 3, 'A' becomes 'D'. The program can both encrypt and decrypt messages, preserving spaces and punctuation, demonstrating basic string manipulation and encryption concept.
pjesmica/CaesarCipher
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
The Caesar cipher in C# is a simple encryption method that shifts each letter in a string by a fixed number of positions in the alphabet. For instance, with a shift of 3, 'A' becomes 'D'. The program can both encrypt and decrypt messages, preserving spaces and punctuation, demonstrating basic string manipulation and encryption concept.
Stars
Watchers
Forks
Packages 0
No packages published