Property | Type | Description | |
---|---|---|---|
OrderedListOfMostCommonPasswords | List |
Method | Description | |
---|---|---|
GetPasswordFromWeightedDistribution ( ) : string |
Gets a password from a realistic password distribution.
|
|
LoadKnownPopularPasswords ( string pathToPreviouslyKnownPopularPasswordFile ) : void |
This method loads in the file containing passwords that StopGuessing knew were popular before the simulation begins
|
|
PrimeWithKnownPasswordsAsync ( |
This method will prime the simulator with known-popular passwords so that they are treated as if the simulator had already observed them (or been configured with them)
|
|
SimulatedPasswords ( |
Method | Description | |
---|---|---|
LoadPasswordSelector ( string pathToWeightedFrequencyFile ) : void |
Given the path of a file containing a count, followed by a space, followed by a password, this method reads in the distribution and creates a password selector that can provide passwords sampled from that distribution.
|
public GetPasswordFromWeightedDistribution ( ) : string | ||
return | string |
public LoadKnownPopularPasswords ( string pathToPreviouslyKnownPopularPasswordFile ) : void | ||
pathToPreviouslyKnownPopularPasswordFile | string | |
return | void |
public PrimeWithKnownPasswordsAsync ( |
||
freqFilter | ||
numberOfTimesToPrime | int | |
return | void |
public SimulatedPasswords ( |
||
logger | ||
config | ||
return | System |