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
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
-
# Advanced Caesar Cipher Encryption/Decryption
1
+
# Advanced Caesar Cipher Encryption/Decryption 🔐
2
+
3
+
<imgwidth="1012"alt="Screenshot 2025-04-18 at 04 13 20"src="https://github.com/user-attachments/assets/8f6d2fee-7900-47cd-b377-28186af1dafa" />
4
+
2
5
3
6
A cybersecurity project that implements an advanced version of the Caesar Cipher encryption algorithm with additional features for cryptanalysis and security.
4
7
5
-
## Features
8
+
## Features ✨
6
9
7
10
-**Basic Caesar Cipher** - Traditional implementation with customizable shift values
8
11
-**Advanced Caesar Cipher** - Enhanced version using key-based shifting for increased security
@@ -12,7 +15,7 @@ A cybersecurity project that implements an advanced version of the Caesar Cipher
12
15
-**Command-Line Interface** - Perform operations via terminal commands
13
16
-**Web Interface** - User-friendly web application with graphical displays
14
17
15
-
## Installation
18
+
## Installation 📦
16
19
17
20
1. Clone this repository:
18
21
```
@@ -27,7 +30,7 @@ A cybersecurity project that implements an advanced version of the Caesar Cipher
0 commit comments