You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Caesar Cipher in Python 🔐
1
+
# Caesar Cipher in Python
2
2
3
3
## Overview
4
4
This repository contains a Python implementation of the Caesar Cipher encryption algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.
@@ -12,4 +12,4 @@ This repository contains a Python implementation of the Caesar Cipher encryption
12
12
## How It Works
13
13
1.**Encryption**: Each letter in the plaintext is shifted by a specified number of positions down the alphabet.
14
14
2.**Decryption**: Each letter in the ciphertext is shifted back by the same number of positions.
15
-
3.**Case Preservation**: The program retains the original case of the input message, ensuring proper nouns and formatting are preserved.
15
+
3.**Case Preservation**: The program retains the original case of the input message, ensuring proper nouns and formatting are preserved.
0 commit comments