Skip to content
View sankarkrishnaraj's full-sized avatar

Block or report sankarkrishnaraj

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. communication_chatbot communication_chatbot Public

    Python

  2. Password-Strength-Analyzer Password-Strength-Analyzer Public

    A Python-based Password Strength Analyzer that checks password security, suggests stronger passwords, detects common passwords, and uses SHA-256 hashing for enhanced security.

    Jupyter Notebook

  3. Python-Vulnerability-Scanner Python-Vulnerability-Scanner Public

    A Python-based vulnerability scanner that performs open port scanning, security header analysis, outdated software version detection, risk assessment, and vulnerability report generation.

    Python

  4. phishing-email-detection phishing-email-detection Public

    Phishing Email Detection using Machine Learning with Scikit-learn. The model classifies emails as Phishing or Safe using TF-IDF and Naive Bayes.

  5. Secure-Login-System Secure-Login-System Public

    Secure Login System is a secure web application that allows users to register, log in, and log out safely. It uses password hashing (scrypt/bcrypt), input validation, SQLite database storage, sessi…