You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENHANCED DICEWARE METHOD
Extends the diceware method by chosing a random letter in each word
and replacing that letter with one of 32 special symbols and 4 upper-case
letters (all words in the dictionary are lower-case).
The parameters should be:
number of mutations;
charset for mutations;
This should add extra token entropy, directly proportional to the initial token length (without separators), the number of mutations, and the mutation charset.
Obviously for it to have any effect, the mutation charset must be different than the original charset of the token, else no entropy is added.
The text was updated successfully, but these errors were encountered:
As per
secpwgen
manual:The parameters should be:
This should add extra token entropy, directly proportional to the initial token length (without separators), the number of mutations, and the mutation charset.
Obviously for it to have any effect, the mutation charset must be different than the original charset of the token, else no entropy is added.
The text was updated successfully, but these errors were encountered: