ZIP Password finder (iOS)
ZIP Passwordd recovery (Android)
Demo video playlist (iOS)
Demo video playlist (Android)
ZIP Passwordd recovery (Android)
Demo video playlist (iOS)
Demo video playlist (Android)
Method : Dictionary
Vertical Divider
| |||||||
Method : Brute force
Vertical Divider
|
Minimium password length : 5
Maximum password length : 5 Character set : number | ||||||
Method : Advanced Brute force
Vertical Divider
|
If you use brute force method with character set : lowercase and numbers, length is 8,
Total combinations is (26+10)^ 8 = 2.82 x 10^12 If you remember that the first three letters of the password are 'tom' and the last five characters are numbers, you can use the 'Advanced Brute Force'. Total combinations = 10^5 = 100000. It will save a lot of time to recover the password. Setting Length : 8 1st character : 't' 2nd character : 'o' 3rd character : 'm' 4th character : [0..9] 5th character : [0..9] 6th character : [0..9] 7th character : [0..9] 8th character : [0..9] | ||||||
Method : Mixed mode (Dictionary + brute force)
Vertical Divider
|
The method is the combination of dictionary method and advanced brute force method.
For example, you have just remembered your password in the form of a name followed by 5 digits. The possible names may be James, JAMES, jAMES, james 1. Create a text file : myname.txt James JAMES jAMES james 2. Import this file as a dictionary : myname 3. Setting Dictionary : myname Advanced brute force length : 5 Character set : [0..9] | ||||||
Method : Passphase (Dictionary + Dictionary + ...)
| test_pwd_james_anderson_03-28-2020.zip | |
| File Size: | 0 kb |
| File Type: | zip |
For example, you have just remembered your password in the form of a name followed by your birthday
Create a text file (myname.txt) contains all possible name
james anderson
JAMES ANDERSON
James Anderson
jAMES aNDERSON
jamesanderson
JAMESANDERSON
JamesAnderson
jAMESaNDERSON
james_anderson
JAMES_ANDERSON
James_Anderson
jAMES_aNDERSON
Create a text file (birthday.txt) contains all possible birthday
2020-03-28
2022/03/28
03/28/2020
03-28-2020
28-03-2020
28/03/2020
Setting
Dictionary1 : myname
Dictionary2 : birthday
Separator : _
Create a text file (myname.txt) contains all possible name
james anderson
JAMES ANDERSON
James Anderson
jAMES aNDERSON
jamesanderson
JAMESANDERSON
JamesAnderson
jAMESaNDERSON
james_anderson
JAMES_ANDERSON
James_Anderson
jAMES_aNDERSON
Create a text file (birthday.txt) contains all possible birthday
2020-03-28
2022/03/28
03/28/2020
03-28-2020
28-03-2020
28/03/2020
Setting
Dictionary1 : myname
Dictionary2 : birthday
Separator : _