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
There's plenty of code out there that caps the maximum password length. Rather than requiring me to manually crop the generated passwords, it would be great to be able to specify -m NUM, --max NUM to make diceware select words accordingly so that they fit.
Alternatively, diceware could just crop the generated password.
Yes, I am aware that both will decrease the entropy of the generated password. But I didn't write the braindead code limiting the length of passwords users can use.
The text was updated successfully, but these errors were encountered:
donaldtn
added a commit
to donaldtn/diceware
that referenced
this issue
Oct 20, 2019
There's plenty of code out there that caps the maximum password length. Rather than requiring me to manually crop the generated passwords, it would be great to be able to specify
-m NUM, --max NUM
to makediceware
select words accordingly so that they fit.Alternatively, diceware could just crop the generated password.
Yes, I am aware that both will decrease the entropy of the generated password. But I didn't write the braindead code limiting the length of passwords users can use.
The text was updated successfully, but these errors were encountered: