oklona / Miele-MQTT

A very simple script to read data from Miele@home cloud services, and publish using Mosquitto MQTT
21 stars 10 forks source link

Registration to the broker #3

Closed alealdata closed 5 years ago

alealdata commented 5 years ago

Registration to the broker with user and password

oklona commented 5 years ago

Fixed today. Unfortunately, since this is a script, I believe there is no way to hash the password in a reversible way, without any skilled "hacker" being able to retrieve the hash method from the script itself to unhash it. -So I did not try to hash / encrypt the password for mosquitto. Proper file permissions should be used.