Re: encrypt file names zip

2010-11-19 Thread Camaleón
On Fri, 19 Nov 2010 11:21:28 +0100, Arthur Bela wrote: > i can recursively zip a folder with password with: > > zip -re some-folder.zip some-folder/ > > but how can i "encrypt" the filenames in the zip file? cause i can see > them, i just only can't extract them! > > or there isn't any way? 7-z

Re: encrypt file names zip

2010-11-19 Thread Simon Hollenbach
- Original message - > i can recursively zip a folder with password with: > > zip -re some-folder.zip some-folder/ > > but how can i "encrypt" the filenames in the zip file? cause i can see > them, i just only can't extract them! > > or there isn't any way? 7-zip under windows can do it

Re: encrypt file names zip

2010-11-19 Thread Didar Hossain
On Fri, Nov 19, 2010 at 3:51 PM, Arthur Bela wrote: > i can recursively zip a folder with password with: > > zip -re some-folder.zip some-folder/ > > but how can i "encrypt" the filenames in the zip file? cause i can see > them, i just only can't extract them! > > or there isn't any way? 7-zip und

encrypt file names zip

2010-11-19 Thread Arthur Bela
i can recursively zip a folder with password with: zip -re some-folder.zip some-folder/ but how can i "encrypt" the filenames in the zip file? cause i can see them, i just only can't extract them! or there isn't any way? 7-zip under windows can do it :O ubuntu 10.10 Thank you for any answer!