koenvervloesem / BTHome-Kaitai-Struct

BTHome format description in Kaitai Struct
MIT License
2 stars 0 forks source link

Support encrypted advertisements #1

Closed koenvervloesem closed 1 year ago

koenvervloesem commented 1 year ago

Supports BTHome encryption. This parses an encrypted advertisement into ciphertext, counter and MIC. The result should still be decrypted with extra code. The Python example code and Python tests show how to do this.