Decryption Technique of LORA IOT AES-128

0 votes

I would like to ask you, have you ever coded AES-128 encrypt or decrypt for LORA IOT sensor with javascript or node js? I have a payload (encrypted) and kay value pair in HEX. Could you help me which method shoud I use to the payload to I got the original payload?

Sep 4, 2018 in IoT (Internet of Things) by Matt
• 2,270 points
1,248 views

1 answer to this question.

0 votes

It's not clear what you are using but since the data is encrypted, suppose that you are using LoRaWAN.

First of all, we should know which type of the packet is. Is it an uplink message or a downlink message? You may refer to the LoRaWAN specification to figure out the message type.

Secondly, you may move ahead to understand how MAC frame payload is encrypted/decrypted. The section.4 in the specification can help you.

Thirdly, if you want to implement the encryption/decryption in , maybe this pure node.js repo can help you: anthonykirby/lora-packet. Please pay attention to the LoRaWAN packet structure, there payload(data) is only part of the whole packet. You may filter the data first, and then do decryption. Hope this could solve your problem.

answered Sep 4, 2018 by anonymous2
• 4,280 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

RPMs for IoT Agents of Backend Device Management GE in FIWARE IoT ecosystem

The RPMs for IDAS component are availaible. ...READ MORE

answered Jul 30, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
659 views
0 votes
1 answer

Identification of vulnerable code in an IoT node

The software running on a device is ...READ MORE

answered Aug 30, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
455 views
0 votes
1 answer

Kickstarter Funded Projects of IoT including BLE technology

After days of searching and going through ...READ MORE

answered Sep 4, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
396 views
0 votes
1 answer

Need of mqtt broker in IoT Application

This is an architectural choice. IoT applications ...READ MORE

answered Sep 21, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
922 views
0 votes
1 answer

serial communication

You can try downloading the npm and node.js through ...READ MORE

answered Nov 22, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
495 views
0 votes
1 answer

LoraWan Gateway Configuration

For the first question, you have to ...READ MORE

answered Dec 31, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
431 views
0 votes
1 answer

Simulating position tracking for any IoT thing

A part of the logic to simulate ...READ MORE

answered Jan 23, 2019 in IoT (Internet of Things) by nirvana
• 3,130 points
688 views
0 votes
1 answer

Send LoRa measures to Fiware IOT agent via MQTT

down vote I dont know if I understood ...READ MORE

answered Jul 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,453 views
0 votes
1 answer

How to tackle Security Loopholes of IoT Solutions ?

This is pretty off-topic, but I'll supply ...READ MORE

answered Aug 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
588 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP