A GPU-accelerated password cracking tool that utilizes the Metal framework for parallel computations. It provides a brute force engine for cracking passwords.
- Utilizes Metal framework for GPU parallel computations
- Performs brute force password cracking
- Supports custom character sets and password lengths
- macOS 10.15 or later
- Xcode 12 or later
-
Clone the repository:
git clone https://github.com/your-username/pwdtools-gpu.git
-
Open the project in Xcode.
-
Build and run the project.
-
Modify the
constants.h
andmd5GPU.h
file to set the character set and character set length to use. -
Build the project.
-
Navigate to the exes directory and run
./pwdcrack <hash> <search depth>
-
Wait for it to finish!!
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.