ios - Cross-platform encrypted storage -


i'm creating app can store private data (text , images). amound of data 50 documents 15 text fields each, , 3-5 attached images.

  • is better store data in database (sqlite e.g.) or in textfiles (as binary data)?
  • how encrypt/decrypt images fast? i'm developing windows phone app, , aes encryption of image way long.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -