haysberg / blockchainlooper

This program allows you to input a seed and a hash value, and to find what string can give you the challenge hash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockchainLooper

This program allows you to input a seed and a hash value, and to find what string can give you the challenge hash.

Usage

python3 blockchain.py \<seed> \<target_hash> [-p]

Use the optional -p to print the intermediate md5 hashes.

Sample output

Sample output

More info

This code has been tested using Bandit, and there is no security vulnerability found. This software is licensed under GPL v3 license, feel free to do whatever you want with it.

Any bugs or features you want to be added ? Feel free to send a ticket on this page or to send a pull request so that I can add you code !

About

This program allows you to input a seed and a hash value, and to find what string can give you the challenge hash.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%