Data encryption with Core Data in iOS

后端 未结 3 1449
执念已碎
执念已碎 2021-01-01 00:59

I just need a confirmation on this.

Is it correct to say that, with the iPhone 3GS and above, any data written to the filesystem is encrypted using hardware encrypti

3条回答
  •  暖寄归人
    2021-01-01 01:20

    [_persistentStoreCoordinator addPersistentStoreWithType:NSSQLiteStoreType configuration:nil URL:storeURL options:@{ NSPersistentStoreFileProtectionKey : NSFileProtectionComplete } error:&error]
    

提交回复
热议问题