Sunday, July 7, 2013

how to create a zip file with password

zip -e   [zip_file/target]   [source_file]

example :

zip -e test.zip myimage.tga
zip -e movie.zip myfilm.mov

No comments:

Post a Comment