This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF OpenMesh Security

Hi,

Is there any documentation regarding nRF OpenMesh( nRF51-ble-broadcast-mesh) Security? Explaining the security of the communication between nodes in the Mesh network (what type of encryption is used)? And how it's dealing with the Man-In-the Middle, spoofing and other attacks.

Thanks

Parents
  • Hi,

    You're somewhat out of luck as the OpenMesh team just went out on vacation, they could probably provide a better answer for you.

    The implementation documentation is available on GitHub:

    The way I understand it the security is possible in two layers, first off you can use a different advertisement address than default mesh. This is security by obscurity, ie. would be easy enough to sniff. The real security has to be done by encrypting the contents of the packet, you can have a look at the introduction to application level security with the ECB peripheral.

    Best regards,

    Øyvind

Reply
  • Hi,

    You're somewhat out of luck as the OpenMesh team just went out on vacation, they could probably provide a better answer for you.

    The implementation documentation is available on GitHub:

    The way I understand it the security is possible in two layers, first off you can use a different advertisement address than default mesh. This is security by obscurity, ie. would be easy enough to sniff. The real security has to be done by encrypting the contents of the packet, you can have a look at the introduction to application level security with the ECB peripheral.

    Best regards,

    Øyvind

Children
No Data