Answers for "linux zip command line with password"

1

password zip file ubuntu

zip --encrypt test1.zip test1
Posted by: Guest on June-24-2021
1

linux extract zip with password

sudo apt-get install p7zip-full

7z -pMyPasswordHere x my_file_with_pass.zip
Posted by: Guest on November-21-2021

Code answers related to "linux zip command line with password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language