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 String getCurrentAttempt()
public void increment()
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.