Skip to content

Add support for encryption #120

Open
@g-mocken

Description

@g-mocken

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions