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

975 views Asked by At

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.

1

There are 1 answers

4
Vincent Gable On BEST ANSWER

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