electricui-embedded icon indicating copy to clipboard operation
electricui-embedded copied to clipboard

Example with encrypted payloads

Open Scottapotamas opened this issue 5 years ago • 0 comments

Should demonstrate how encrypted data can be managed.

This can be done at the payload level, leaving the header information intact for the length, along with the CRC and framing functionality. Plaintext ack/response bits in the header are probably fine as part of the demonstration.

Need to do:

  • [ ] Find suitable encryption library
  • [ ] Example embedded program
  • [ ] Example UI implementation for tests/validation
  • [ ] How to do first key exchange, rotations, etc

Scottapotamas avatar Mar 24 '19 10:03 Scottapotamas