You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This AT command can be used to prevent the application from reading
LoRaWAN security keys over the AT command interface. After this command
has been invoked, any attempt to read LoRaWAN security keys via the ATCI
will return an error (-50, access denied). This setting will remain in
effect until the next reset to factory defaults.
Note: This command provides only minimal accidental protection. If the
application has access to USART1, USART2, or SPI ports on the modem, it
could simply downgrade the modem's firmware to read the keys, or it
could switch into the STM32 bootloader mode to directly read the EEPROM.
LoRaWAN security keys are stored in the EEPROM in an unencrypted form.
This patch represents the first step towards securing LoRaWAN security
keys. Future patches may implement additional protection, e.g., store
the security keys in the EEPROM in an encrypted form.
Related to #121
0 commit comments