Post
Topic
Board Development & Technical Discussion
Merits 12 from 2 users
Re: overview of key cracking tools for 32BTC puzzle
by
seoincorporation
on 17/12/2024, 14:19:40 UTC
⭐ Merited by d5000 (10) ,ABCbits (2)
BTW: What is crunch, is this another tool I never heard of before ?

Better late than never.

Sorry for the delay on the answer, Crunck is a bruteforce password generator, a good example is the next command line:

Code:
crunch 52 52 ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz -t 5KMWmYkn5YWkJnUDG4utD9L1HXQv3DBseqqCGsQXmthcEerbA@@@ -o pks.txt

That command will make bruteforce on the last 3 digits form that privatekey, starting with AAA, ending with zzz, and trying with A-Z, 1-9 and a-z.

That's why i think there is a way to work with Brainflyer and crunch, while crunch generates the new private key, BF verifies it.