Sample Header Ad - 728x90

Where can I find a dictionary file of common words?

1 vote
2 answers
6677 views
It's easy to generate a strong password quickly using the system dictionary: $ for i in {1..4}; do shuf --head-count=1 /usr/share/dict/words; done Amelanchier whitecup ankhs antispasmodics However, this isn't exactly the easiest list of words to remember. Is there a package or file available for getting either the **N most used words** (for example Simplified English) or a list of words either **ordered by popularity** or with a **popularity index** so I can choose how many to use?
Asked by l0b0 (53368 rep)
Mar 24, 2016, 01:09 PM
Last activity: Mar 24, 2016, 11:22 PM