Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages