all groups > sql server dts > january 2006 >
You're in the

sql server dts

group:

Using Encription on dts


Using Encription on dts Roy Goldhammer
1/5/2006 9:10:52 AM
sql server dts: Hello there

I've heard about Encripting the DTS, to secure the transfare.

Where can i declare it? and will it slow the transfare of data?

Re: Using Encription on dts Ryan
1/5/2006 9:30:47 AM
It can be done via 3rd party tools.

Within the DTS Package, create your text file as normal, call 3rd party app,
then xfer.

PGP is popular. www.pgp.com

--
HTH. Ryan


[quoted text, click to view]

Re: Using Encription on dts Allan Mitchell
1/5/2006 1:33:07 PM
I'd go with that. What I tend to do is;

Export to text file locally
Encrypt using PGP cmdline
FTP

The user on the other end then picks up the file and decrpts at leisure.

Allan


[quoted text, click to view]

AddThis Social Bookmark Button