Search code examples
iphoneencryptioncore-datapasswordsproperty-list

What's easier to encrypt on iPhone: Core Data or Property Lists?


What type of persistent data storage would be easier to encrypt on the iPhone- core data, or property lists? By "easier" I mean require less time and complicated steps to implement.


Solution

  • For storing passwords safely, you should probably be using Keychain Services.