0

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....??

Zip Password Safe Add a comment
michael
asked Feb 21 2017

Answer

0

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.

Add a comment
jagannatharumugam
asked Mar 04 2017
edited Oct 05 2018
Post your Answer
0

Thanks...

Add a comment
michael
asked Mar 04 2017
edited Oct 05 2018
Post your Answer