Skip to content

Aarushi15-1/Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

PassVault

Smart Security for the Modern Web

Team: ColdBlooded



Project Overview

PassVault is a secure password manager web application that allows users to safely store, manage, and analyze passwords.

It also includes phishing detection and password strength evaluation to enhance cybersecurity.


Key Features

  • Secure Signup/Login using PBKDF2 (with salting)
  • Password Strength Checker (Weak / Medium / Strong)
  • Password Generator with customizable options
  • Encrypted Password Storage using AES
  • Weak Password Detection across accounts
  • Login Alert System (time + location tracking)
  • Phishing Website Detection using URL analysis

DSA Concepts Used

  • Hashing → Secure user authentication
  • Linked List → Managing dynamic user data
  • Trees → URL structure parsing in phishing detection
  • Strings / Arrays → Password analysis and generation

Tech Stack

  • Frontend: HTML and CSS
  • Backend: JAVA
  • Database: MySQL

How It Works

  1. User signs up and logs in
  2. Dashboard provides security tools
  3. Passwords are stored securely in encrypted form
  4. System analyzes passwords and detects threats


About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors