Table of Contents

Brute-Force Attack

Description

Tries all combinations from a given Keyspace. It is the easiest of all the attacks.

Input

In Brute-Force we specify a Charset and a password length range. The total number of passwords to try is Number of Chars in Charset ^ Length.

Supported by

This attack is outdated. The Mask-Attack fully replaces it.