I'm dealing with a situation where the data I need to pull from a source using Data Services (4.1) is already encrypted and I need to decrypt it in order to perform some of the transforms. The data is encrypted by the source application on a field by field basis before being written to the SQL data base that Data Services will connect to. Now the application is .Net and is using the native MS cryptography library, which as I understand it uses the AES standard and which is also the standard the Data Services encryption functionality follows.
Is it too much to hope that if I have access to the keys used by the .Net application that the native Data Services encrypt/decrypt functions will enable me to decrypt the data in the source db that was encrypted with AES in the .Net app?
Thanks
Byron