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?
Hi,
Yes it's possible. You can set a masterkey to encrypt the xml and use the Always prompt for masterkey.
David Hervieux
Does this actually encrypt the file?
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
Thanks David. It's exactly what I need. You guys thought of everything. ;)