This is a simple password manager app that uses IndexedDB and SubtleCrypto under the hood to encrypt and store user data in the browser. It is by no means production ready and is for educational purposes only.
Due to lack of time this project lacks very important password manager features, such as:
- Data backup/restore
- Data export/import
- Auto lock
- Auto clear clipboard
- Master password change
- Master password hint
- Vault search/filter
If you would like to contribute to the project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.