Embarking on my first chrome extension journey, I have been developing a password manager app that offers enhanced functionalities beyond the default chrome password manager.
A recent request from a client has come in, asking me to gather all passwords from the existing chrome password manager and securely store them within the chrome extension.
Despite scouring through various stackoverflow threads and online resources, I have yet to find a solution for achieving this task within a chrome extension. Knowing that it is possible based on examples like LastPass and ChromePass, I am seeking guidance on where to start.
If anyone could provide some tips or pointers on how to approach this challenge, I am aware that Chrome stores password data in a database named 'Login Data' and encrypts passwords based on the operating system in use.