Skip to content

Commit f955b42

Browse files
authored
Update README.md
1 parent ec507e7 commit f955b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ A collection of beginner-level Python tools to understand cybersecurity concepts
1111

1212
| Tool Name | Description | Key Concepts | Link |
1313
|---------------------------|-----------------------------------------------------------------------------|----------------------------------------|----------------------------------------------|
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/') |
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/') |
1818

1919
---
2020

0 commit comments

Comments
 (0)