Password Management
Flagship Case Study
2024
Locify - Secure Password Manager
Client-side encrypted password manager and credential vault.
Role
Software Developer
Team Size
Solo Project
Duration
2 months
Status
completed
Problem Statement
Managing credentials across multiple websites often leads users to reuse passwords or store them insecurely.
Engineering Solution
Built a React and PHP based password manager that securely stores website credentials and requires profile password verification before revealing sensitive information.
Engineering Decisions & Architecture
- Implemented user registration and authentication using PHP and MySQL.
- Encrypted website credentials before storing them in the database.
- Added profile password verification before displaying saved passwords.
- Developed CRUD operations for managing website credentials.
- Integrated the React frontend with PHP APIs using Axios.
Technologies Used
React.js
PHP
MySQL
Tailwind CSS
Axios