| Author |
Encrypting in Pipelines
|
|
|
| Hello-
If I need to encrypt sensitive payroll information which is the best
way to accomplish this? Keeping in mind my Biztalk and C# experience
is at best medium.
My options are to write a custom GPG Pipeline component or to use our
public key as explained in this article:
http://msdn.microsoft.com/library/d...sandfilters.asp
Thanks for any input.
Tammy
| |
| Yossi Dahan 2005-08-11, 2:54 am |
| Tammy wrote:
> Hello-
>
> If I need to encrypt sensitive payroll information which is the best
> way to accomplish this? Keeping in mind my Biztalk and C# experience
> is at best medium.
>
> My options are to write a custom GPG Pipeline component or to use our
> public key as explained in this article:
>
> http://msdn.microsoft.com/library/d...sandfilters.asp
>
> Thanks for any input.
>
> Tammy
>
I think the article you've referred to describes exactly what you need -
encrypt the message using build-in capabilities.
What are your reservations?
Yossi Dahan
| |
|
| Thanks for the reply. My only reservation is why do I see so many
articles out there about using PGP/GPG and writing custom pipeline
components to handle this? It seems this capability is already built
into the Biztalk framework so why would anybody go through the trouble
of adding another layer of complexity?
Tammy.
|
|
|
|