To zip a file with password run the following command:
zip -er name.zip folder/
It will show a prompt to enter a hidden password.
To unzip the file, run:
unzip name.zip
And enter the password you added before.
zip -er name.zip folder/
It will show a prompt to enter a hidden password.
To unzip the file, run:
unzip name.zip
And enter the password you added before.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.