-
Methods in me.gosimple.nbvcxz that return Result
| Modifier and Type |
Method |
Description |
Result |
Nbvcxz.estimate(java.lang.String password) |
Guess the entropy of a password with the configuration provided.
|
-
-
Methods in me.gosimple.nbvcxz.scoring with parameters of type Result
| Modifier and Type |
Method |
Description |
static java.math.BigDecimal |
TimeEstimate.getTimeToCrack(Result result,
java.lang.String guess_type) |
Gets the estimated time to crack in seconds.
|
static java.lang.String |
TimeEstimate.getTimeToCrackFormatted(Result result,
java.lang.String guess_type) |
Gets the estimated time to crack formatted as a string.
|