Which command creates the password-protected archive used as the cracking target?
zip secret.zip secret.txt
zip -e secret.zip secret.txt
zip2john secret.zip
unzip secret.zip