com.nulabinc.zxcvbn.messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zxcvbn Show documentation
Show all versions of zxcvbn Show documentation
This is a java port of zxcvbn, which is a JavaScript password strength generator.
The newest version!
# Feedback
## Extra
feedback.extra.suggestions.addAnotherWord=Add another word or two. Uncommon words are better.
## Default
feedback.default.suggestions.useFewWords=Use a few words, avoid common phrases.
feedback.default.suggestions.noNeedSymbols=No need for symbols, digits, or uppercase letters.
## Dictionary
feedback.dictionary.warning.passwords.top10=This is a top-10 common password.
feedback.dictionary.warning.passwords.top100=This is a top-100 common password.
feedback.dictionary.warning.passwords.veryCommon=This is a very common password.
feedback.dictionary.warning.passwords.similar=This is similar to a commonly used password.
feedback.dictionary.warning.englishWikipedia.itself=A word by itself is easy to guess.
feedback.dictionary.warning.etc.namesThemselves=Names and surnames by themselves are easy to guess.
feedback.dictionary.warning.etc.namesCommon=Common names and surnames are easy to guess.
feedback.dictionary.suggestions.capitalization=Capitalization doesn't help very much.
feedback.dictionary.suggestions.allUppercase=All-uppercase is almost as easy to guess as all-lowercase.
feedback.dictionary.suggestions.reversed=Reversed words aren't much harder to guess.
feedback.dictionary.suggestions.l33t=Predictable substitutions like '@' instead of 'a' don't help very much.
## Spatial
feedback.spatial.warning.straightRowsOfKeys=Straight rows of keys are easy to guess.
feedback.spatial.warning.shortKeyboardPatterns=Short keyboard patterns are easy to guess.
feedback.spatial.suggestions.UseLongerKeyboardPattern=Use a longer keyboard pattern with more turns.
## Repeat
feedback.repeat.warning.likeAAA=Repeats like "aaa" are easy to guess.
feedback.repeat.warning.likeABCABCABC=Repeats like "abcabcabc" are only slightly harder to guess than "abc".
feedback.repeat.suggestions.avoidRepeatedWords=Avoid repeated words and characters.
## Sequence
feedback.sequence.warning.likeABCor6543=Sequences like abc or 6543 are easy to guess.
feedback.sequence.suggestions.avoidSequences=Avoid sequences.
## Regex
feedback.regex.warning.recentYears=Recent years are easy to guess.
feedback.regex.suggestions.avoidRecentYears=Avoid recent years, avoid years that are associated with you.
## Date
feedback.date.warning.dates=Dates are often easy to guess.
feedback.date.suggestions.avoidDates=Avoid dates and years that are associated with you.