蓝牙安全模型包括5个不同的安全特性:配对(pairing)绑定(bonding)设备身份验证(device authentication)加密(encryption)消息完整性(message integrity)

      pairing:创建一个或多个共享**(shared secret keys)的过程;

      bonding:存储在配对过程中创建的 keys,以便在后续 connections 中使用,以形成可信的设备对(device pair);

      device authentication:验证两个设备具有相同的**(keys);

      encryption:消息(message)的机密性;

      message integrity:防止消息(message)伪造(forgeries);

key (**)的层次结构是不同的,这取决于 physical link 是使用  LE Secure Connections 还是 LE legacy pairing procedures and algorithms(LE 遗留的配对过程和算法)。

Bluetooth core ---------- 安全体系结构(security architecture)

 

相关文章:

  • 2021-12-05
  • 2021-10-21
  • 2021-12-12
  • 2021-07-01
  • 2021-07-02
  • 2021-06-13
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-10-22
  • 2021-12-12
  • 2021-12-23
相关资源
相似解决方案