Giter Site home page Giter Site logo

unclevito2017 / bip38-brute-forcer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from architectcat/bip38-brute-forcer

0.0 0.0 0.0 68 KB

A simple brute force tool to decode BIP38 encoded private keys via word dictionaries

License: MIT License

C# 100.00%

bip38-brute-forcer's Introduction

bip38-brute-forcer

A simple brute force tool to decode BIP38 encoded private keys via word dictionaries. It uses Bitcoin model binding from awesome casascius project PaperTool and also very efficent SCrypt binding from replicon Replicon.Cryptography.SCrypt.

Note

This tool is resumable, each time it stopped, the last processed entry id is saved into brute_history.log file. That value is related to the word dictionary file. Everytime you change the target address/encryption key or list of word dictionary files, consider either setting the value in that file to zero or just remove the file before running the app.

Configuration

Edit the application settings in App.config file, save the file and run the program.

Example configuration:

<appSettings>
  <add key="PublicAddress" value="14yhPbUgcYjbUui3B15hxotAbCLXNj7gEp" />
  <add key="EncryptedPrivateKey" value="6PnWSWJ9hTRhbC4ZebvcS4NtDAsaZRjuRhv8T6MTj1C1Ls427Tg4Yc3xvE" />
  <add key="DictionaryFiles" value="testpasswords.txt" />
  <add key="NumberOfWorkers" value="4" />
  <add key="ReportInterval" value="1" />
</appSettings>

Parameters details:

PublicAddress - Public Bitcoin address.
EncryptedPrivateKey - Encrypted private key.
DictionaryFiles - A comma separated list of word dictionary files. Words inside of a dictionary file must be separated by a new line.
NumberOfWorkers - Maximum number of concurrent worker threads to use. You should default it to number of cores on your machine. Setting it to "-1" as a value will set limit to "No Limit" and will try to utulize all resources on your machine.
ReportInterval - Progress reporting interval in minutes, default is "1".

Running this example configuration should return testpassword as a found passphrase.

Donation

If this project helped you, consider buying me a cup of coffee :)

https://ko-fi.com/ArchitectCat

BTC Address: 1wuNBchDeXbKBS4zf3XLbnD2unm89BVgg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.