Skip to content
View Jaiganesh-14's full-sized avatar

Block or report Jaiganesh-14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Password-Strength-Analyser Password-Strength-Analyser Public

    A Python tool that analyzes password strength (length, complexity, entropy), flags weak/reused passwords, and suggests stronger alternatives.

    Python

  2. vulnerability-scanner vulnerability-scanner Public

    A Python vulnerability scanner that detects open ports, weak configurations, and outdated software versions, and generates a vulnerability report.

    Python

  3. phishing-email-detector phishing-email-detector Public

    A Scikit-learn machine learning model that classifies emails as Phishing or Safe using TF-IDF text features and engineered URL/keyword features, achieving 96% accuracy.

    Python

  4. secure-login-system secure-login-system Public

    A secure Flask login system with bcrypt password hashing, SQL injection protection, session management, and optional TOTP-based 2FA.

    Python