A simple, lightweight password manager built with HTML, CSS, and JavaScript.
Password Manager is a web-based application that enables users to securely store, manage, and access their website credentials. This project was inspired by Codextron and developed with assistance from various AI tools.
- Save Passwords: Store login credentials for different websites
- Copy Passwords: One-click copy functionality for quick access
- Edit Entries: Update your saved credentials when they change
- Delete Entries: Remove outdated or unnecessary passwords
- No Server Storage: All data is stored locally in your browser
- Free to Use: No subscriptions or hidden costs
- Visit the website
- Add a new password entry by clicking the "Add New" button
- Fill in the website name, username/email, and password
- Access your passwords whenever needed
- Copy, edit, or delete password entries as required
- HTML5: Structure and content
- CSS3: Styling and responsive design
- JavaScript: Core functionality and local storage management
To run this project locally:
-
Clone this repository:
git clone https://github.com/SoumyaGhosh2006/Password_manager.git -
Open
index.htmlin your preferred browser
This password manager stores all data in your browser's local storage. While convenient, please note:
- Data is only as secure as your device
- Consider using strong master passwords and keeping your device secure
- For highly sensitive accounts, consider using additional security measures
- Chrome Extension: Transform the project into a browser extension
- Autofill Capability: Implement automatic form filling for faster logins
- Enhanced Encryption: Add additional security layers
- Password Generator: Tool to create strong, unique passwords
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Inspired by Codextron
- Built with assistance from various AI tools
- Thanks to all contributors and users


