michael
asked Feb 21 2017
Answer
There are various methods to password protect the Zip files, and the most easiest way as follows,
# zip --password [passwd] [zip-file] [other-file]
In [passwd] section give the respective password for that zip file.
jagannatharumugam
asked Mar 04 2017
edited Oct 05 2018
Thanks...
michael
asked Mar 04 2017
edited Oct 05 2018
How to set password for zip files In Linux
I need to zip the files using zip command. Is it possible to zip with password i.e., only if i give password the file should be unzipped....??