Giter Site home page Giter Site logo

brute_force_bip38-1's Introduction

brute_force_bip38

C++ implementation of the brute-force decoder of BIP38 encrypted private keys written by countzero/brute_force_bip38.

Build

./scripts/build.sh

Configuration

  1. Edit the config.txt with the publicAddressHex (in hex format) and the encryptedPrivateKey (BIP38 encoded private key) you know.
  2. Edit the secrets.txt file with all secrets you want to test.

Start

./build/brute_force_bip38

The application will now utilize all available CPUs to test each secret against your BIP38 encoded private key. If a valid secret has been found it will be logged out to valid_secret.txt.

Performance

Tested with 500-worst-passwords.txt on this computer:

CPUs	        Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz (4 x 2300)
GPU Status      2d_canvas: enabled
                checker_imaging: disabled_off
                flash_3d: enabled
                flash_stage3d: enabled
                flash_stage3d_baseline: enabled
                gpu_compositing: enabled
                multiple_raster_threads: enabled_on
                native_gpu_memory_buffers: enabled
                rasterization: enabled
                video_decode: enabled
                video_encode: enabled
                webgl: enabled
                webgl2: enabled
Load (avg)      8, 11, 8
Memory (System)	8.00GB (0.17GB free)
VM              0%

Results

implementation total processing time processing time per secret
C++ 337.219 seconds 0.675789 seconds (2x faster)
JS 755.20 seconds 1.51 seconds

brute_force_bip38-1's People

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.