09-01-2013, 12:33 PM
ah sorry, that's in the beta tester forum.
basically the threshold parameter defines the maximum number of characters to be added to the Markov table. it's used for keyspace reduction, e.g. for an 8-char password and a threshold of 36, it would reduce the keyspace from 95^8 to 36^8.
basically the threshold parameter defines the maximum number of characters to be added to the Markov table. it's used for keyspace reduction, e.g. for an 8-char password and a threshold of 36, it would reduce the keyspace from 95^8 to 36^8.