Skip to content

Password Cracking Lab Journal

BenWare-FED edited this page Dec 7, 2023 · 1 revision
1. The utility zip2john finds the hash of a file and turns it into plain text.
2. The utility john takes the hash of a file and uses it to find the password
3. The length and complexity of a password determines how quickly the hash is able to be cracked.

Clone this wiki locally