There are several password crackers to crack encrypted zip files, In this blog I’m going to talk about fcrackzip tool to crack the passwords.

First let’s create the encrypted zip file

zip --encrypt user.zip user.txt

Create zip file

Use fcrackzip to crack the password

fcrackzip -u -D -p /usr/share/wordlists/rockyou.txt user.zip

Decrypt zip file