Ticker

6/recent/ticker-posts

Remove the Password from a Zip File Without Knowing the Password

Remove the Password from a Zip File Without Knowing the Password







how to gain access to a ZIP folder which has an unknown password. The only way to do this is by downloading a program which can crack the password for you, though the process of cracking the password can take days to complete.
Remove the Password from a Zip File Without Knowing the Password

You'll need to download a program that can guess the password on the ZIP folder. Before you do this, be aware that this can infect your computer with a virus. Review safe browsing practices and install antivirus software before you continue. Most free trial versions will only crack short passwords. If a program not listed here offers unlimited cracking for free, refrain from downloading it as it may be malware.


Remove the Password from a Zip File Without Knowing the Password

Most password-cracking programs will take several hours to guess the simplest of passwords; realistically, you can expect this process to take several days to complete.There is no way to routinely guess the password within a few minutes. Any service claiming to do so is most likely malware.
You'll need as much of your computer's processor speed as possible, so close any processing-heavy programs such as Photoshop, video games, audio and video players, and so on. Even with your computer's maximum amount of processing speed allocated to cracking the ZIP folder's password, the process can still take days.
The desktop is the most-easily accessed location on your computer, so drag the ZIP folder onto the desktop before attempting to crack its password.
  • You can also copy-and-paste the ZIP folder by selecting the folder, pressing Ctrl+C (Windows) or  Command+C (Mac), going to the desktop, and pressing Ctrl+V or  Command+V.
  • If the ZIP folder is on a mobile item such as a smartphone or a tablet, transfer the folder onto a computer before proceeding.
John the Ripper is a free, command line-based program that can be used to crack passwords. Unfortunately, while it is free, it can be tricky to install and use. Go to  in your computer's web browser, then click the John the Ripper 1.8.0-jumbo-1 (Windows binaries, ZIP, 34 MB) link in the "community enhanced version" section near the bottom of the page. Double-click the downloaded ZIP folder, click the Extracttab, click Extract all, click Extract, and wait for the window to open.
John the Ripper can't be installed like normal programs, but you can install it to your desktop by moving its folder there and then renaming it to "john":
  • In the extracted window which opens, click the "john180j1w" folder.
  • Press Ctrl+C
  • Open your desktop, then press Ctrl+V.
  • Right-click the folder, then click Rename
  • Type in john and press  Enter.
Copy the folder by clicking it and pressing Ctrl+C, then open the "john" folder, open the 

"run" folder, click a blank space, and press Ctrl+V.

This is your computer's command line program:
  • Click Start 
    Image titled Windowsstart.png
  • Type in command prompt
  • Click 
    Image titled Windowscmd1.png
     Command Prompt at the top of the Start window.
Type in cd desktop/john/run and press  Enter.

Type in zip2john.exe name.zip > name.hash (making sure to replace "name" 

with the name of your ZIP folder) and press  Enter.
  • For a ZIP folder named "hello", for example, you'd type zip2john.exe hello.zip > hello.hash here.
Type in name.hash (where "name" is the name of your hash file) and press  Enter. At this point, you're ready to begin cracking the password.
Type in john.exe --pot=name.pot --wordlist=john/run/password.lst name.hash and press  Enter. John the Ripper will begin comparing your ZIP folder's password to its database of passwords.
  • You'll need to replace "name" in both "name.pot" and "name.hash" with your ZIP folder's name.
  • The "password.lst" file contains a list of passwords and their permutations.
Once the password has been determined, you'll see "Session complete" appear at the bottom of Command Prompt. At this point, you can type in type name.pot (again, substitute your folder's name for "name") and press  Enter to view the password for the ZIP folder.