| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Field and Description |
|---|---|
static LeetLevel |
LeetLevel.LEVEL1 |
static LeetLevel |
LeetLevel.LEVEL2 |
static LeetLevel |
LeetLevel.LEVEL3 |
static LeetLevel |
LeetLevel.LEVEL4 |
static LeetLevel |
LeetLevel.LEVEL5 |
static LeetLevel |
LeetLevel.LEVEL6 |
static LeetLevel |
LeetLevel.LEVEL7 |
static LeetLevel |
LeetLevel.LEVEL8 |
static LeetLevel |
LeetLevel.LEVEL9 |
static LeetLevel[] |
LeetLevel.LEVELS |
| Modifier and Type | Method and Description |
|---|---|
static LeetLevel |
LeetLevel.fromInt(int i) |
static LeetLevel |
LeetLevel.fromString(String str)
Converts a string to a leet level.
|
LeetLevel |
Account.getLeetLevel() |
LeetLevel |
AccountBuilder.getLeetLevel() |
static LeetLevel[] |
LeetLevel.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
int |
LeetLevel.compareTo(LeetLevel o) |
static void |
LeetEncoder.leetConvert(LeetLevel level,
SecureCharArray message)
Converts a SecureCharArray into a new SecureCharArray with any applicable
characters converted to leet-speak.
|
void |
Account.setLeetLevel(LeetLevel leetLevel) |
AccountBuilder |
AccountBuilder.setLeetLevel(LeetLevel leetLevel) |
| Constructor and Description |
|---|
Account(String name,
String desc,
String url,
String username,
AlgorithmType algorithm,
boolean hmac,
boolean trim,
int length,
String characterSet,
LeetType leetType,
LeetLevel leetLevel,
String modifier,
String prefix,
String suffix,
boolean sha256Bug)
Constructor which allows all members to be defined except for the ID which
will be constructed from a SHA-1 hash of the URL + username.
|
Account(String name,
String desc,
String url,
String username,
AlgorithmType algorithm,
boolean hmac,
boolean trim,
int length,
String characterSet,
LeetType leetType,
LeetLevel leetLevel,
String modifier,
String prefix,
String suffix,
boolean sha256Bug,
String id)
See the other constructor
|
Copyright © 2018. All rights reserved.