Has anyone had any luck creating password protected zip files in rails?
I spent a bunch of hours trying to get Chilkat\'s 64 bit linux gem working on OSX. I got it l
Have you tried ZipRuby? It seems to have an encryption method.
Zip::Archive.encrypt('filename.zip', 'password')
Sorry haven't tried it myself so can't be absolutely sure.