yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

How are credentials stored #62

Closed paulwebster1 closed 6 years ago

paulwebster1 commented 6 years ago

Does anyone know how credentials are stored in this Chrome app?

Is everything local and secure or are they going to a server somewhere.

yoichiro commented 6 years ago

The favorited credentials information are stored with the chrome.storage.sync API. This means that their information will be stored into the Google servers for the API.