StrataFrame Forum

Encryption of a sql column

http://forum.strataframe.net/Topic32520.aspx

By Ross L Rooker, Sr.(1) - 4/20/2014

I noticed in the StrataFrame sample date that the customer credit card number is encrypted in the SQL Table. Can anyone point me in a direction possibly in the StrataFrame sample that shows how this column gets encrypted and unencrypted?
By Charles Thomas Blankenship - 4/21/2014

Here is one place to look:

using MicroFour.StrataFrame.Security.Cryptography;
Diving into the source code this is located in the TripleDESWrapper.vb file.
Project wise MicroFour StrataFrame Base -> Encryption -> Encryption.vb and TripleDESWrapper.vb.
Hope this helps.