Batch cracking support - coming soon!
An upcoming version of the cracker will permit multiple unsalted hashes to be tested against the same search space simultaneously.
I am currently redesigning the network protocol and database schema to allow the cracker to batch-process a large number of hashes simultaneously. More information will be posted as the code approaches completion.
Please be advised that due to a fairly major refactoring of the database schema, the controller will need to be reinstalled (delete config.php, drop all tables in the controller database, and re-run setup.php) to run correctly with the new code.
This release will also break protocol compatibility with current agents. (If an agent connects to a new controller without indicating that it is compatible with the new version 3.2 protocol, it will be told that no work is available.)
Comments
Added by Andrew Zonenberg 145 days ago
As of a4f6d976, the v3.2 protocol is fully implemented in the controller.
Agents speak the new protocol but will refuse to process a work unit containing more than one hash as the processing code has not been fully implemented.