Appearance
Brute Force Experiment
The Brute Force Experiment attempts to confirm that the number of guesses for any given keyspace size will be approximately half the size of the keyspace. The more rounds you enter, the better the sampling. Enter the Keyspace
size. For example, 100 to guess between 0-99. Enter the number of Rounds
and how many times you want to run the test. Every round randomizes the keyspace. The sequential test guesses the number from 0 to the keyspace size minus one. The fixed guess is the same as the sequential test but keeps the guess fixed until a match. The Random
test randomizes the guess every time. All of these tests should have similar results. Your browser will blow up for very large numbers.
Status | Average | Keyspace | Elapsed (ms) | |
Fixed: | ||||
Random: | ||||
Seq: |