- Learning iOS Security
- Allister Banks Charles S. Edge
- 260字
- 2021-07-23 20:13:09
Chapter 1. iOS Security Overview
Out of the box, iOS is one of the most secure operating systems available. There are a number of factors that contribute to the elevated security level. These include the fact that users cannot access the underlying operating system. Apps also have data in a silo (sandbox), so instead of accessing the system's internals they can access the silo. App developers choose whether to store settings such as passwords in the app or on iCloud Keychain, which is a secure location for such data on a device. Finally, Apple has a number of controls in place on devices to help protect users while providing an elegant user experience.
However, devices can be made even more secure than they are now. In this chapter, we're going to get some basic security tasks under our belt in order to get some basic best practices of security. Where we feel more explanation is needed about what we did on devices, we'll explore the technology itself either in this chapter, or others.
This chapter will cover the following topics:
- Pairing
- Backing up your device
- Initial security checklist
- Safari and built-in app protection
- Predictive search and spotlight
To kick off the overview of iOS security, we'll quickly secure our systems by initially providing a simple checklist of tasks, where we'll configure a few device protections that we feel everyone should use. Then, we'll look at how to take a backup of our devices and finally, at how to use a built-in web browser and protections around a browser.
- Expert C++
- CentOS 7 Server Deployment Cookbook
- INSTANT FreeMarker Starter
- 概率成形編碼調制技術理論及應用
- Spring+Spring MVC+MyBatis整合開發實戰
- Learning Hunk
- Gradle for Android
- RISC-V體系結構編程與實踐(第2版)
- Swift Playgrounds少兒趣編程
- Photoshop智能手機APP界面設計
- Mastering ASP.NET Web API
- Python面向對象編程(第4版)
- Practical Time Series Analysis
- 深入理解MySQL主從原理
- Programming MapReduce with Scalding