Learn about what types of items may be saved by an app. Depending on the type of data stored, different attributes are related and may be set. It's important to understand what can be saved when deciding how to employ the keychain best.
- The keychain allows you to store different types … or classes of data. … We'll be focusing on passwords. … And we can also use that same class for text data … like notes or credit card numbers … which you always want to protect. … These classes map to tables in the encrypted database … where Keychain stores the data. … For each class, there are various attributes that map … to columns in the tables. … The classes are generic password, Internet password, … certificate, key, and identity, which is a combination … of certificate and key. … The attributes vary from one class to another … but there's a lot of crossover too. … When we're writing to the keychain, you specify … the class and the attributes to store. … The attributes help you store more data but can also help … when it's time to find the data. … Like searching in a database, you tell the keychain … which item or items you're looking for by specifying … the attributes to match. … Also when you're updating or deleting from the keychain …
Author
Released
1/23/2020- Creating keychain queries
- Storing generic passwords
- Retrieving data from the keychain
- Handling search results
- Updating and deleting keychain values
- Working with keychain access groups
Skill Level Advanced
Duration
Views
Related Courses
-
iOS Development: Security
with Károly Nyisztor2h 6m Intermediate -
Biometric Authentication for iOS in Swift
with Bear Cahill43m 54s Intermediate
-
Introduction
-
1. iOS Keychain Services
-
Secure enclave41s
-
Attribute keys and values1m 44s
-
2. Storing Keychain Values
-
Xcode project configuration1m 31s
-
iOS code overview4m 12s
-
Storing a generic password2m 54s
-
Review keychain database2m 6s
-
-
3. Retrieving Data from the Keychain
-
Keychain search concepts4m 36s
-
Keychain search query1m 32s
-
Searching in keychain1m 40s
-
Handling search results3m 24s
-
-
4. Updating and Deleting Keychain Values
-
Update keychain preparation2m 34s
-
-
5. Keychain Sharing
-
Keychain access groups1m 39s
-
Sharing keychain data4m 18s
-
App group data sharing1m 20s
-
Sharing data in app group2m 42s
-
-
6. Building the App Challenges
-
Conclusion
-
Next steps32s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Attribute keys and values