I am creating a Windows Store application that uses SQLite to store data. I found out that the database is easily accessible through the user's local folder (in fact, all applications have all data publicly open). Is there a way to at least weakly protect the database from access?
you need to look at the class ProtectedData p>
http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.cryptography.dataprotection.dataprotectionprovider.aspx
Protect/Unprotect, / . db unencrypt
sqlite-crypt http://sqlite-crypt.com/download.htm
, . , 6 . . , , . , . , .
EDIT: . , SqliteWinRT codeplex. , 5-6 , , x86, , , ARM. , .