Encrypt text file using winzip
Using SSIS I want to encrypt a text file with a password. Do I need to use winzip to encrypt a text file by applying password? Or can I directly encrypt a text file without using winzip? Any ideas? Thanks. sqldev
July 7th, 2011 12:29pm

You have several options for compressing files with/without passwords. You can use an Execute Process Task to run a command line utility like Winzip (the command line interface is only available in the paid version, I believe). You can use a third-party compression task like the free TaskUnZip, or CozyRoc's Zip, or /n's Zip. Or you can search on these forums, I think someone has posted instructions on how to make a Script Task to do this with .Net code. Talk to me now on
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 12:57pm

Here is an example of zipping with a Script Task: http://microsoft-ssis.blogspot.com/2011/01/zip-sourcefile-to-archive.htmlPlease mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com
July 7th, 2011 2:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics