Metadata-Version: 2.1
Name: md5-brute-force
Version: 1.0.1
Summary: Python script for brute forcing an md5 hash.
Home-page: https://github.com/vsevolod-mineev/md5-brute-force
License: MIT
Author: Vsevolod Mineev
Author-email: vsevolod.mineev@gmail.com
Requires-Python: >=3.9,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://github.com/vsevolod-mineev/md5-brute-force
Project-URL: Repository, https://github.com/vsevolod-mineev/md5-brute-force
Description-Content-Type: text/markdown

# Script to brute force an md5 hash.

![md5-brute-force](https://github.com/vsevolod-mineev/md5-brute-force/blob/main/images/md5-brute-force.gif?raw=true)

This script is for brute forcing your way through an md5 hash. Install the package using `pip install`, run the script, paste your hash -> done.

# How to use:
To install `md5-brute-force` using `pip install`:
```
pip install md5-brute-force
```

To execute the script enter:
```
md5-brute-force
```

