Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

How encrypt OLED Lora Send / Receive Example

Open onire77 opened this issue 5 years ago • 1 comments

Is it possible to encrypt the communication between the two cards?

onire77 avatar Jul 24 '19 14:07 onire77

LoRa just sender/receiver. Use any encryption library (AESLib for example) to encrypt bufer before sending and decrypt on receiver side.

Barmatuhin avatar Sep 09 '19 12:09 Barmatuhin