Implementing and Testing iOS data protection

前端 未结 7 1415
傲寒
傲寒 2020-11-28 05:20

Just saw the Session 209 - Securing Application Data from de 2010 WWDC.

The keynote explains a lot of things, including the way you can set data protection attribute

7条回答
  •  温柔的废话
    2020-11-28 06:00

    For a complete testing I would suggest using tools such as iDB ( https://github.com/dmayer/idb ) for performing pentesting on your iOS app, as described in this guide. Also relevant for you may be this Cheat Sheet for iOS security testing.

提交回复
热议问题