Answer the question
In order to leave comments, you need to log in
What is the best way to store passwords in a Chrome extension?
I'm writing a chrome extension. It is necessary to store the user's password to the service in the settings. I looked at how it is organized in other extensions, and I didn’t really like it (maybe I didn’t look there). In some extensions, the password is stored in localstorage, somewhere in the files with settings, and most importantly, in clear text.
Tell me how best to organize the storage of credentials in extensions to Chrome.
Answer the question
In order to leave comments, you need to log in
Try to store in the same way, but not in open form, but in some tricky algorithm known only to you...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question