WinRT SQLite Encryption

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?

+5
source share
2 answers
+3

sqlite-crypt http://sqlite-crypt.com/download.htm

, . , 6 . . , , . , . , .

EDIT: . , SqliteWinRT codeplex. , 5-6 , , x86, , , ARM. , .

0

All Articles