Encrypting a local data source

Encrypting a local data source

avatar

Is it possible to encrypt the data source that is stored locally? I am worried about someone copying the datasource file and using it on another computer. Is there something in the application that can do this?

All Comments (4)

avatar

Hi,
Yes it's possible. You can set a masterkey to encrypt the xml and use the Always prompt for masterkey.

David Hervieux

avatar

Does this actually encrypt the file?

avatar

Hi,
Yes it does encrypt the file with AES. This means that if you forget the master key, there is nothing we can do.

David Hervieux

avatar

Thanks David. It's exactly what I need. You guys thought of everything. ;)