If I am not mistaken, encrypted communication is not supported by these scripts, because it says in the code:
//can not handle encrypted data
if (result["encryption"]) return result;
So security relies entirely on the MAC address comparison, right? That is pretty weak. Could you please add support for encrypted payloads to the scripts collection?
If I am not mistaken, encrypted communication is not supported by these scripts, because it says in the code:
So security relies entirely on the MAC address comparison, right? That is pretty weak. Could you please add support for encrypted payloads to the scripts collection?