Hello
I got a situation where the client got 'C' program which does encryption of columns at client application side. And the same is now to be used in DataWarehousing project in one of the script component which supports C#.
Is there a way this C program can be complied to dll and imported into C# [or] do we need to re-write this in C#?
Thanks