I know the password and wanted to test how long will it take to brute force it. So I ran:
bash$ hashkill -p zip -c -f encrypted.zip -b5:5:ualpha
[hashkill] Version 0.3.1
[hashkill] Scheduler initialized.
[hashkill] Plugin 'zip' loaded successfully
[hashkill] File encrypted.zip loaded successfully
[hashkill] CPU features: SSE2 SSE3
[hashkill] Detected 4 CPUs.
[hashkill] GPU acceleration available, but -c option was provided. Running on CPUs would likely be slower.
[hashkill] Bruteforce charset (size=26): ABCDEFGHIJKLMNOPQRSTUVWXYZ
[hashkill] Spawned 4 threads.
[hashkill] Attack has O(n) complexity
[hashkill] Initialized hash bitmaps
[hashkill] Attack took 1 seconds.
[hashkill] Bye bye :)
what's wrong?..