Hi,
We need to set up a data export process from a SQL DB.
The output (be it XML, Text Files or whatever) needs to be encrypted before it is FTPd somewhere.
Is there support for encrption in SSIS How / where in the package designer would you achive this
Thanks in advance.
Martin

Data Encryption
QuinnKirsch
In the meantime, you could use the .NET ecryption API's from inside a Script Transform.
JCaxaria
Actually come to think of it - you could leverage .Net's encyption routines quite easily using the script component.
Try doing that!
-Jamie
ab2
There is no built in support for encryption of data. It would be an interesting custom task though if you fancy having a go.
Otherwise, request this for a future enhancement at http://connect.microsoft.com
-Jamie
Dan Ellis