yes, I think that is the approach I will take, with the columns.
So, I have done that using encryptbypassphrase and then in the tableadapter on the form, I then decrypt the columns. I have to hardcode the passphrase in the fill() query. It shows up properly in the datagrid, ie. unencrypted.
Taking this approach do you know if it is easy to debug and get the passphrase from the tableadapter query ? Would any obfiscation strategies help , or should I be looking for a 3rd party obfiscation solution ? or would obfiscation not help much ?
Thanks. |