nesfit / fitcrack

A hashcat-based distributed password cracking system
https://fitcrack.fit.vutbr.cz/
Other
140 stars 30 forks source link

Feature request: option enable replication and verification for jobs with untrusted hosts #99

Closed davidbolvansky closed 1 year ago

davidbolvansky commented 1 year ago

We can get this feature very cheaply as BOINC is designed mainly for this specific case when nodes could be untrusted so you want to replicate work and compare results (so yes, additional overhead is expected).

TODO: Just add gui option to control job replication factor (target_nresults). Currently we hardcode it to 1 (=> disabled replication).