drakene/Password-Cracker-Example
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# PasswordCracker-CSCI345
Noah Drake and Jacob Roddam's password cracker...
TO MAKE WORK:
MAIN FILE: PassCrack.py
Simply input the file whose hashes you would like to crack with crack_passwords inside the main method of PassCrack.py
File can be of GECOS fields or raw sha256 hashes.
OUTPUT: CrackedPasswords.txt
THE COMPUTER RUNNING THE PROGRAM MUST BE CAPABLE OF PROVIDING AT LEAST 4 THREADS
We have also included other scripts to show how we tested certain methods used in PassCrack.py.