A password wallet (or password manager) solves the problem of securely storing and managing multiple passwords. It addresses:
Password Complexity: It generates and stores strong, unique passwords for each account.
Password Management: It securely saves all passwords, requiring only one master password to access them.
Password Reuse: It prevents password reuse, reducing the risk of multiple account breaches.
Phishing: It fills in passwords only on trusted websites to prevent phishing.
Device Syncing: It syncs passwords across devices for easy access.
Secure Sharing: It allows safe sharing of passwords with trusted individuals.
Breach Alerts: It notifies users when their passwords are compromised in data breache
Challenges We Ran Into Passwords
Issue: Ensuring secure password storage while keeping data accessible.
Solution: We used AES-256 encryption for storage and salted hashing for master passwords, ensuring strong protection.
Device Synchronization
Issue: Using CDP sdk for backend
It was built during hackathon
Discussion