--- title: Cyber Security Toolkit emoji: 🛡️ colorFrom: purple colorTo: blue sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false python_version: 3.11 --- # 🛡️ Cyber Security Toolkit A simple cybersecurity application that provides three essential security tools: ## Features 1. **Link Safety Checker** - Analyzes URLs for potential security risks - Checks for HTTPS usage - Detects IP addresses in URLs - Identifies URL shorteners - Flags suspicious keywords 2. **Password Strength Checker** - Evaluates password security - Checks length (minimum 12 characters) - Verifies uppercase and lowercase letters - Confirms presence of numbers and special characters - Provides strength score and recommendations 3. **Email Validator** - Validates email addresses - Checks email format validity - Identifies the domain - Detects disposable/temporary email services ## Usage Simply enter the URL, password, or email you want to check in the respective tab and click the check button. ## Note This tool is for educational purposes only. Always verify security concerns with multiple sources and professional security tools.