bwp91 / homebridge-meross

Homebridge plugin to integrate Meross devices into HomeKit.
MIT License
201 stars 32 forks source link

Improve security, myQ cloud password is visible, not encrypted or scrambled #474

Closed LeoOttawa closed 1 year ago

LeoOttawa commented 1 year ago

Example - hidden password in base64 { "name": "Meross", "username": "yourmail@domain.com", "password": "SGVsbG9Xb3JsZDEyMzQK", "connection": "default", "platform": "Meross" }

bwp91 commented 1 year ago

Hi @LeoOttawa

You can already use a base64 version of your password in the meross plugin config 😉

LeoOttawa commented 1 year ago

Thanks Ben. I am new to Homebridge and was expecting and looking for some sort of password encryption support in the plugin config UI. I used base64encode.org, updated the Homebridge config file and restarted the server - all good. Thanks!