Jump to content

how can I unzip a zip file with password?


joaonuno
 Share

Recommended Posts

Not to be an arse, but caps lock is considered shouting on the internet. I highly suggest that in the future you turn it off before posting ;)

 

As far as unzipping archives that are password protected without having to give the password, well, I'm not aware of any such utilities. As well there shouldn't be. If you don't have the password, then maybe you're not supposed to be unzipping it :P

Link to comment
Share on other sites

Never tried, but perhaps ark does it.

 

it should, heck even command line unzip but if you use the command line then make sure nobody is looking over your shoulder :twisted:

-P password

use password to decrypt encrypted zipfile entries (if any). THIS IS INSECURE! Many multi-user operating systems provide ways for any user to see the current command line of any other user; even on stand-alone systems there is always the threat of over-the-shoulder peeking. Storing the plaintext password as part of a command line in an automated script is even worse. Whenever possible, use the non-echoing, interactive prompt to enter passwords. (And where security is truly important, use strong encryption such as Pretty Good Privacy instead of the relatively weak encryption provided by standard zipfile utilities.)

 

ciao!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...