Brute Force Calculator

Calculate the time it would take to brute force a string given a certain search space and speed.

Speed
/s
ms
Tip: Over a network, asyncronous requests and distributed IPs can drastically increase the rate even when limited. In local attacks, use fast algorithms and multiprocessing.
Search Space

0123456789



Results
# of strings: 106/2{10^{6}/2} = 500,000
Expected time: 5000001000{\frac{500000}{1000}} = 8 minutes