nrf Mesh Sniffer Android Export - Unencrypted

We are using the nrf mesh sniffer android app to record logs of our mesh network to try and track down some weird behaviors possibly related to the messages being sent. The devices in question are not accessible for logging when the behavior occurs, thus the external logging. 

The issue is proving to be potentially more complex interactions than can be manually analyzed from looking at the logs in the app. So I exported the logs from the app planning to analyze them with a python script or other data tool.  However the export seems to be only the raw data, not the unencrypted message contents. 

How do I export the message contents or decrypt the raw data json file on a pc?

Related