brainflayer
brainflayer copied to clipboard
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
When you implement Parity algorithm? can you send me by email? [email protected] Thanks !!!
Please remove control characters from the dictionary. In wordlist can meet as \n or \r\n. Respectively not processed correctly.
"incremental private key cracking mode" has no resume/continue, if you run it one day from a key and the system crashes/is rebooted/whatever how can one resume the work/test? Maybe some...
Hello Ryan, Would it be feasible to increase #define BLOOM_SIZE (512*1024*1024) to #define BLOOM_SIZE (1024*1024*1024) in order to get a bigger bloom file?
is there is any way to use base58 to be input to brainflayer ? like this with crunch crunch 35 35 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 -t 111111111111111@@@@@@@@@@@@@@@@@@@@ | ./brainflayer -v -b yourlist.blf -o...
Is there a way to specify a range of addresses as input so it will quit when it reaches the end address? And, I guess still using the same bloom...
From the dictionary (with words), he finds the bitcoin address, but when I try to find the Ethereum from the dictionary (it has 1 word for 1 address), he does...
Would this make sense to port over to run on a GPU? what's the best way to start with that?
I believe we need to convert a list of base 58 addresses to hex. All of the instructions fail to mention that fact. So, I believe I created a bloom...