03-17-2020, 09:47 AM
One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with python/php etc... it's very straight-forward how the hashes are generated and tested:
https://github.com/hashcat/hashcat/blob/...pm#L24-L54
or look at the hashcat kernel code:
https://github.com/hashcat/hashcat/blob/...#L299-L348 (there is only one optional exception for the "Nexus" wallet, you might not need this special case in your code)
https://github.com/hashcat/hashcat/blob/...pm#L24-L54
or look at the hashcat kernel code:
https://github.com/hashcat/hashcat/blob/...#L299-L348 (there is only one optional exception for the "Nexus" wallet, you might not need this special case in your code)