-
Notifications
You must be signed in to change notification settings - Fork 96
Encrypted telemetry data #96
Comments
You need to set the content type of the messages you sent to IoT Central to
"application/json" and the encoding to "utf-8"
Le ven. 8 nov. 2019 à 18:45, DJIBEROU MAHAMADOU <[email protected]>
a écrit :
… Hi,
I am storing my real device data connected to iot central with a blob
storage. I would like to apply AI on the data in Azure ML studio however
the telemetry data are encryted. How could I decrypt them ? Or avoid the
encryption ? Here is an example of what I got in the Body on my JSON's
files:
"Body":"eyAJCQkJImFpcl9odW1pZGl0eSI6IDEyLCAJCQkJImFpcl90ZW1wZXJhdHVyZSI6IDMsIAkJCQkicHJlc3N1cmUiOiA1LCAJCQkJInNvaWxfaHVtaWRpdHkiOiAzLCAJCQkJIndpbmRfZGlyZWN0aW9uIjogMjEsIAkJCQkid2luZF9zcGVlZCI6IDQxLCAJCQkJImlycmlnYXRpb24iOiAwLCAJCQkJIndpbmRfZ3Vlc3QiOiAxNTksIAkJCQl9"
I noticed that the data from a simulated device are not encrypted. Could
anyone help me please it's very urgent ? I search for a long time on the
web and couldn't find a solution. I saw in this
<https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-connectivity>
documentation in Security section that data from real devices are encrypted
but how to decrypt them ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#96?email_source=notifications&email_token=AAA7J63N22KKWQPCKO6UEQDQSX22XA5CNFSM4JLAUQQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYC6EMA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA7J63AVSAR3SEZBTENO33QSX22XANCNFSM4JLAUQQA>
.
|
Thanks for your response. I am using the iotc python package. If I set the systemProperties = {"content-type":"application/json", "content-encoding":"utf-8"} after one message is sent the connection status become 1 and the telemetry sending stop. |
Hi, u have the same problem, this have some solutions?: If I put the follow: The system put the contentEncoding in Properties, but this must to appear in "systemProperties: Do you have some solutions? |
I don't think this thread should be closed. No matter #47684 or this one has no solution on python's iotc package, only how to encode in javascript is provided. please help on this syntax clarifcation. |
Hi,
I am storing my real device data connected to iot central with a blob storage. I would like to apply AI on the data in Azure ML studio however the telemetry data are encryted. How could I decrypt them ? Or avoid the encryption ? Here is an example of what I got in the Body on my JSON's files:
"Body":"eyAJCQkJImFpcl9odW1pZGl0eSI6IDEyLCAJCQkJImFpcl90ZW1wZXJhdHVyZSI6IDMsIAkJCQkicHJlc3N1cmUiOiA1LCAJCQkJInNvaWxfaHVtaWRpdHkiOiAzLCAJCQkJIndpbmRfZGlyZWN0aW9uIjogMjEsIAkJCQkid2luZF9zcGVlZCI6IDQxLCAJCQkJImlycmlnYXRpb24iOiAwLCAJCQkJIndpbmRfZ3Vlc3QiOiAxNTksIAkJCQl9"
I noticed that the data from a simulated device are not encrypted. Could anyone help me please it's very urgent ? I search for a long time on the web and couldn't find a solution. I saw in this documentation in Security section that data from real devices are encrypted but how to decrypt them ?
The text was updated successfully, but these errors were encountered: