public class BruteForceProcessor extends Object
BruteForceProcessor can process a brute force for find a password. For an
example see the unit test.| Constructor and Description |
|---|
BruteForceProcessor(char[] possiblesCharacters,
int attemptLength)
Instantiates a new
BruteForceProcessor object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentAttempt()
Gets the current attempt.
|
void |
increment()
Increment.
|
public BruteForceProcessor(char[] possiblesCharacters,
int attemptLength)
BruteForceProcessor object.possiblesCharacters - the possibles charactersattemptLength - the attempt lengthpublic String getCurrentAttempt()
public void increment()
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.