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

983 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 best solutions below

4
On BEST ANSWER

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