What encryption algorithm does the iOS keychain use to protect data?

前端 未结 4 1736
鱼传尺愫
鱼传尺愫 2021-02-02 15:55

After extensive googling I haven\'t managed to find an answer to this question1, which is surprising, since `security through obscurity\' isn\'t really security at al

4条回答
  •  悲&欢浪女
    2021-02-02 16:04

    According to this official Apple webpage :

    Keychain items are encrypted using two different AES-256-GCM keys: a table key (metadata), and a per-row key (secret-key).

    UPDATE: Update from May 2019. Encryption changed from 128 to 256.

提交回复
热议问题