11 lines
236 B
Markdown
11 lines
236 B
Markdown
# Shift-Cipher-C-Sharp
|
|
|
|
This is a simple shift cipher written in C#. Nothing too special.
|
|
|
|
# How To Use
|
|
|
|
1. Open using visual studio
|
|
2. Run the file
|
|
3. Enter your string to be encrypted
|
|
4. enter the amount you want to shift the letters
|