Code Monkey home page Code Monkey logo

md5rush's Introduction

MD5Rush

Find md5 hashes prefixed with zeroes.

Usage

  • Fix may_have_zero in md5rush-simd.cpp if you'd like to use AVX512.
$ md5rush-master/md5rush-master.py --help
usage: md5rush-master.py [-h] (--rush | -z ZEROES) [-p PREFIX_FILE]
                         [-o OUTPUT_FILE]
                         slave_config

positional arguments:
  slave_config          JSON file listing all slaves

optional arguments:
  -h, --help            show this help message and exit
  --rush                original md5rush mode
  -z ZEROES, --zeroes ZEROES
                        number of zeroes to look for
  -p PREFIX_FILE, --prefix-file PREFIX_FILE
                        read prefix from PREFIX_FILE
  -o OUTPUT_FILE, --output-file OUTPUT_FILE
                        write result to OUTPUT_FILE

Sample config

[
    {
        "name": "simd-cpu0",
        "command": "taskset 0x01 chrt -b 0 nice md5rush-simd/md5rush-simd",
        "block-size": 16777216
    }, {
        "name": "simd-cpu1",
        "command": "taskset 0x02 chrt -b 0 nice md5rush-simd/md5rush-simd",
        "block-size": 16777216
    }, {
        "name": "opencl",
        "command": "md5rush-opencl/md5rush-opencl",
        "block-size": 16777216
    }
]

md5rush's People

Contributors

johnchen902 avatar

Watchers

 avatar

md5rush's Issues

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.