Skip to content

hexhacker00/marksheet_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SecurePass - Password Security & Phishing Protection

A comprehensive security application that helps users check password strength, detect phishing attempts, and maintain account security.

Features

  • Password Strength Checker: Analyzes passwords for strength and provides improvement suggestions
  • Phishing Detection: Identifies potential phishing attempts and warns users
  • Account Security Assessment: Evaluates overall account security
  • Modern UI: Clean, responsive interface with intuitive controls
  • Data Storage: Securely stores user data in both text files and SQLite database

Setup Instructions

  1. Install dependencies:

    npm install
    
  2. Start the server:

    npm start
    
  3. Access the application: Open your browser and navigate to http://localhost:3000/tool.html

Data Storage

The application stores data in two formats:

  1. Text Files: All user inputs are saved as text files in the data directory
  2. SQLite Database: Data is also stored in a SQLite database (securepass.db)

Security Features

  • Input validation to prevent injection attacks
  • Secure data storage
  • HTTPS-ready for production deployment
  • No sensitive data exposure

Hosting

To deploy this application to a production environment:

  1. Set up a Node.js hosting environment (e.g., Heroku, AWS, DigitalOcean)
  2. Configure environment variables for production
  3. Set up HTTPS for secure connections
  4. Deploy the application code

License

© 2023 SecurePass - All rights reserved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published