libbruteforce 1.0.0

This library helps you to brute force hashes (e.g. passwords). It includes a set of pre-configured hashing functions, like md5 or sha256. You can also provide your own hashing function. PLEASE DO NOT use this software to harm someones privacy in any kind! This project was made for fun and for teaching myself new things about Rust.
Documentation

libbruteforce - A Rust library to brute force hashes multithreaded

This library spawns a thread for each cpu on your system to brute force a password/hash. It offers built-in support for MD5, SHA1, and SHA256, but you can also provide your own hashing function as a parameter.

You can specify your own alphabet or use the internally programmed symbols.

JUST FOR FUN!

I did this project just for fun to learn new things. Please don't use it to do any harm to someone.

For example usage see https://github.com/phip1611/bruteforcer