RE: Creating an encrypted zipfile on Unix for Windows users

2008-01-11 Thread RICHARD FERNANDEZ
Create a Zip archive instead man zip for more information -e Encrypt the contents of the zip archive using a password which is entered on the terminal in response to a prompt (this will not be echoed; if standard error is not a tty

Re: Creating an encrypted zipfile on Unix for Windows users

2008-01-10 Thread Rodrick Brown
On Jan 10, 2008 4:39 PM, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm writing a script that basically creates a bunch of files, packages > them up (tar/gz), and mails them out. > I can handle all of that, but before I mail them I also have to password > protect the archive like

Creating an encrypted zipfile on Unix for Windows users

2008-01-10 Thread RICHARD FERNANDEZ
Hi folks, I'm writing a script that basically creates a bunch of files, packages them up (tar/gz), and mails them out. I can handle all of that, but before I mail them I also have to password protect the archive like pkzip does. I really don't want to shell out to pkzip if I can avoid it. I check