Bluetooth low energy encryption using chacha20-poly1305
The BLE data is encrypted using AES-CCM. the TLS1.3 removed AES-CCM from the cipher-suits due to security issue.
My question :
why don’t they encrypt the BLE using chacha20-poly1205 ? is it because there is no hardware supp… Continue reading Bluetooth low energy encryption using chacha20-poly1305