xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
88 stars 22 forks source link

Is the variable to set the encryption/decryption key missing? #9

Closed WRoss7 closed 1 year ago

WRoss7 commented 1 year ago

In the library I see the handling of encryption/decryption, maybe I am doing something wrong? I am not an expert in this area.

xreef commented 1 year ago

Hi WRoss7, the enc/dec work without any functions. You can change the key by changing the CRYPT key. Bye Renzo

WRoss7 commented 1 year ago

Thank you for the quick reply.

Do you intend to enter a value for these two fields directly into the library? struct Crypt { byte CRYPT_H = 0; byte CRYPT_L = 0; };

Is there any chance that a variable (as for #define FREQUENCY_xxx) will be made available in a future version?

xreef commented 1 year ago

Hi, no, the define interacts with my code by enabling some descriptions; Crypt is a module parameter for hardware encryption. Bye Renzo