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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -