- This topic has 1 reply, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e220 UART devices LLCC68 › Choice of KeeLoq_NLF encryption
Hi Renzo
I have some curiosities and doubts about the library.
Is the choice of KeeLoq_NLF
encryption personal, or is it some encryption standard adopted by Ebyte, Semtech or LoraWAN?
Does using KeeLoq_NLF encryption increase the total size of the transmitted message?
Example:
struct MessageTemperature {
char type[5];
char message[8];
byte temperature[4];
};
MessageTemperature is 17 bytes, correct? When using KeeLoq_NLF
does the message size in bytes grow?
Hi George,
I don’t know in detail, but I think the use a personal encryption algorithm, not a standard one.
The size of the message didn’t change.
Bye Renzo
Altro