Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 - SQLite with Encryption

I was using System.Data.SQLite for SQLite in Windows Mobile. It has built-in encryption support. I have found many SQLite implementation for Windows Phone 7. But, none of them have built-in support for encryption. Anybody knows any SQLite implementation for Windows Phone 7 that supports Encryption?

like image 244
Let me Ask Avatar asked May 16 '11 11:05

Let me Ask


1 Answers

I ended up using SQL CE introduced in Mango release (Windows Phone 7.1) which has in-built encryption (password) support. Refer to http://blogs.microsoft.co.il/blogs/alex_golesh/archive/2011/05/24/windows-phone-mango-what-s-new-local-database-part-1-of-8.aspx which has very good explanation.

like image 142
Let me Ask Avatar answered Nov 12 '22 20:11

Let me Ask