Skip to content

GPU-accelerated md5 cracker using the Metals framework, achieves 2.6GH/s-5.1GH/s on my machine (varies between the two). This will aspire to be a replica of pwd-tools but GPU-accelerated.

Notifications You must be signed in to change notification settings

JacobInwald/pwdtools-macgpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

pwdtools-macgpu

A GPU-accelerated password cracking tool that utilizes the Metal framework for parallel computations. It provides a brute force engine for cracking passwords.

Features

  • Utilizes Metal framework for GPU parallel computations
  • Performs brute force password cracking
  • Supports custom character sets and password lengths

Requirements

  • macOS 10.15 or later
  • Xcode 12 or later

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/pwdtools-gpu.git
  2. Open the project in Xcode.

  3. Build and run the project.

Usage

  1. Modify the constants.h and md5GPU.h file to set the character set and character set length to use.

  2. Build the project.

  3. Navigate to the exes directory and run ./pwdcrack <hash> <search depth>

  4. Wait for it to finish!!

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

GPU-accelerated md5 cracker using the Metals framework, achieves 2.6GH/s-5.1GH/s on my machine (varies between the two). This will aspire to be a replica of pwd-tools but GPU-accelerated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published