- Learning iOS Penetration Testing
- Swaroop Yermalkar
- 99字
- 2021-07-23 14:49:16
iOS security model
In June 2015, Apple released its latest iOS security model. You can find the latest version of this guide at https://www.apple.com/business/docs/iOS_Security_Guide.pdf.
If we look at iOS security guide, iOS provides security right from the hardware level, as shown in the following figure:

At high level, we can divide the preceding architecture in three parts as shown in the following figure:

Some key features of the iOS security model are as follows:
- Security architecture is layered as hardware level, OS level, and application level
- Encryption right from hardware/firmware level
- Application sandboxing
- Data protection using encryption
- Code signing
推薦閱讀
- 大學計算機基礎(第二版)
- Learning Cython Programming
- Beginning Java Data Structures and Algorithms
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- The HTML and CSS Workshop
- Go并發編程實戰
- Python Interviews
- 并行編程方法與優化實踐
- Python開發基礎
- Mastering Elixir
- Visual Basic 程序設計實踐教程
- PHP動態網站開發實踐教程
- Mastering Machine Learning with R
- Getting Started with JUCE
- Google Maps JavaScript API Cookbook