Bitcoin encryption algorithm
#2
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)
Reply


Messages In This Thread
Bitcoin encryption algorithm - by LiNED - 03-16-2020, 05:24 PM
RE: Bitcoin encryption algorithm - by philsmd - 03-17-2020, 09:47 AM
RE: Bitcoin encryption algorithm - by LiNED - 03-17-2020, 03:25 PM