keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

Clean up wordlist by removing hyphenated words and trailing newline #11409

Open An-anonymous-coder opened 4 weeks ago

An-anonymous-coder commented 4 weeks ago

The newline at the end of the eff_large.wordlist file was removed, as well as the 4 words that contain a hyphen:

drop-in

felt-tip

t-shirt

yo-yo

This change is useful, because when generating a passphrase you generally will not be able to use (or want to use) hyphens. The newline at the end of the file is removed to prevent breakages for anyone trying to export and use this list for their own projects. Note that the newline may replace itself depending on how GitHub handles it.

Type of change