Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
I don't totally understand your post in regards to where you are encrypting your data. If you are allowing SQL Server to encrypt the data versus the 3DESWrapper, then you MUST make sure that your key and ventors are identical. But generally, I never do it that way. I will create a custom property that exposes the field that I want to encrypt/decrypt. There is a sample of this in the CustomerCreditCardsBO in StrataFlix. It isn't plumbed into a dialog at the moment, but you can see the logic within the BO showing how to encrypt/decrypt a property to and from a database using the 3DESWrapper.
|