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
Post a Comment