Hey everyone! I’ve been slowly developing a personal project called PassManagerWeb
–a password manager designed to securely manage your online account passwords. The project is hosted and open-sourced on GitHub, with detailed instructions in the README on how to set it up locally.
I’m excited about how it’s shaping up so far, but I’m eager to keep pushing it forward by adding more challenging and interesting features. I’d love to hear any feedback, suggestions for improvements (security, performance, UI/UX), or feature ideas that could help take it to the next level.
Key Features of PassManagerWeb
- AES 256 Encryption: Securely store and manage passwords with AES 256-bit encryption, ensuring top-tier security for sensitive information.
- Multi-Factor Authentication: Protect your account with your favorite authenticator app.
- Password Generator Tool: Built-in tool to generate
strong
,random
passwords, withcustomizable
options (length, character types). - Password Health Monitoring: Built-in tool to check the strength and health of stored passwords, identifying
weak
,reused
, orcompromised
passwords. - Automatic Logout: Enhanced security with automatic logout after 15 minutes of inactivity or on browser close.
- Cloudflare CAPTCHA Verification: Protects against automated attacks by using CAPTCHA to verify human users.
→ Source code
→ Live demo
→ Screenshots
→ Purpose