public class BruteForceProcessor extends Object
| Constructor and Description |
|---|
BruteForceProcessor(char[] possiblesCharacters,
int attemptLength)
Instantiates a new brute force processor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentAttempt()
Gets the current attempt.
|
void |
increment()
Increment.
|
public BruteForceProcessor(char[] possiblesCharacters,
int attemptLength)
possiblesCharacters - the possibles charactersattemptLength - the attempt lengthpublic void increment()
public String getCurrentAttempt()
Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.