This Chrome extension provides a secure and user-friendly solution for managing passwords. It includes a powerful password generator and a secure password vault, ensuring your online accounts remain protected. The vault is encrypted and securely stored in Firebase, combining modern web technologies for functionality and security.
- Generate strong, secure passwords with customizable options (length, special characters, numbers, etc.).
- Avoid using weak or easily guessable passwords by utilizing the randomization algorithm.
- Encrypted storage for all your passwords using AES encryption.
- Passwords are securely synced to Firebase for cloud-based accessibility.
- Accessible only through the extension with a master password.
- A single master password to unlock your password vault.
- Master password is not stored anywhere for enhanced security.
- Access your passwords from any device using Chrome with the extension installed.
- Firebase ensures seamless synchronization across devices.
- Built with React.js for a smooth, responsive user experience.
- Intuitive design for quick access and management of stored credentials.
- Developed using Vanilla JS for web browser services, ensuring optimal performance and compatibility.
- Autofill functionality for easy login into websites.
- Minimal impact on browser performance.
- Regular updates and code audits to ensure security and reliability.
- Frontend: React.js for UI components.
- Backend: Firebase for encrypted storage and synchronization.
- Browser Integration: Vanilla JS for seamless Chrome API interactions.
- Clone the repository:
git clone https://github.com/yourusername/password-manager-extension.git
- Install dependencies:
npm install
- Build the project:
npm run build
- Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/
. - Enable Developer mode.
- Click Load unpacked and select the
build
folder.
- Open Chrome and go to
- Set a master password when you first use the extension.
- Add, view, and manage passwords in the secure vault.
- Use the password generator to create strong passwords for new accounts.
- Autofill passwords on websites directly from the extension.
- Ensure your master password is strong and unique.
- Regularly back up your data.
- Use the latest version of the extension to benefit from security updates.
Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.