This is a migrated thread and some comments may be shown as answers.

Encrypt Database

1 Answer 41 Views
DataStorage
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Usman
Top achievements
Rank 1
Usman asked on 16 Jun 2015, 09:38 AM

Hi

With telerik data storage, we can create database e.g.

var context = new Context("CarsDB");

It creates CarsDB.db3 file in local folder which can be open by any SQL Lite viewer e.g. this one http://www.systoolsgroup.com/sqlite-database-recovery.html.

How can we encrypt it so that no one can open it?

According to microsoft, we can encrypt the database in local storage as mentioned here https://msdn.microsoft.com/en-us/library/windows/apps/hh202861(v=vs.105).aspx (Creating an encrypted database)

But how will we apply password in case of Telerik.Storage.Extensions.Context class? 

 

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 19 Jun 2015, 02:32 PM
Hello,

Unfortunately our DataStorage component does not support encryption.

Please, let me know should you need further assistance.

Regards,
Ivaylo Gergov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DataStorage
Asked by
Usman
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or