Skip to content

Commit ec507e7

Browse files
committed
name updation
1 parent 1717ea4 commit ec507e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

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_tool/) |
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)