Skip to content

Commit 175a1a0

Browse files
authored
Update README.md
1 parent f955b42 commit 175a1a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ A collection of beginner-level Python tools to understand cybersecurity concepts
99

1010
## 📦 Tool Summary
1111

12-
| Tool Name | Description | Key Concepts | Link |
13-
|---------------------------|-----------------------------------------------------------------------------|----------------------------------------|----------------------------------------------|
14-
| **Password Strength Checker** | Evaluates password strength based on length, character types, etc. | Input validation, regex, logic | [Go to Tool]( './Password Strength Checker/') |
15-
| **Image Encryption Tool** | Encrypts images via pixel manipulation (swapping, math ops) | Image data, loops, pixel math | [Go to Tool]('./Image Encryption/' ) |
16-
| **Caesar Cipher** | Classic text encryption/decryption using character shifting | ASCII operations, strings, logic | [Go to Tool]('./Caesar Cipher/' ) |
17-
| **Keylogger** | Logs user keystrokes to a file (ethical use only) | File I/O, OS-level hooks, event capture| [Go to Tool]('./Keylogger/') |
12+
| Tool Name | Description | Key Concepts |
13+
|---------------------------|-----------------------------------------------------------------------------|----------------------------------------|
14+
| **Password Strength Checker** | Evaluates password strength based on length, character types, etc. | Input validation, regex, logic |
15+
| **Image Encryption Tool** | Encrypts images via pixel manipulation (swapping, math ops) | Image data, loops, pixel math |
16+
| **Caesar Cipher** | Classic text encryption/decryption using character shifting | ASCII operations, strings, logic |
17+
| **Keylogger** | Logs user keystrokes to a file (ethical use only) | File I/O, OS-level hooks, event capture|
1818

1919
---
2020

0 commit comments

Comments
 (0)