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.
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.
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.
![]() |

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 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.
"run" folder, click a blank space, and press Ctrl+V.
This is your computer's command line program:
- Click Start
- Type in command prompt
- Click Command Prompt at the top of the Start window.
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 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.
