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

前端 未结 4 1804
鱼传尺愫
鱼传尺愫 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

    Every iOS device has a dedicated AES 256 crypto engine built into the DMA path between the flash storage and main system memory, making file encryption highly efficient.On A9 or later A-series processors, the flash storage subsystem is on an isolated bus that is only granted access to memory containing user data via the DMA crypto engine.

提交回复
热议问题