What are the pro's and con's of each?
My requirements are:
- I want to be able to encrypt the image
- Easily accessible on a mobile device through a webserver (RESTful API)
- Easily accessible on a mobile device through a local database like SQLLite
The databases im using on the server side is MS SQL 2005. I beleive SQLLite and MS SQL 2005 can support both varchar and varbinary (BLOB on sqllite)