Skip to content

executter/brainflayer

 
 

Repository files navigation

Brainflayer

Brainflayer is a Proof-of-Concept brainwallet cracking tool that uses libsecp256k1 for pubkey generation.

Disclaimer

Just because you can steal someone's money doesn't mean you should. Don't be a jerk.

Usage

Precompute the bloom filter:

hex2blf example.hex example.blf

Run Brainflayer against it:

brainflayer example.blf < phraselist.txt

or

your_generator | brainflayer example.blf

Should compile on Linux with make provided you have the openssl devel libs installed.

Better readme soon. :-P

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • Makefile 5.3%