Here is a link about what is a good password (not only hard to break, i.e. long, but easy to remember too): http://www.baekdal.com/insights/password-security-usability

Here is a way to generate a good password with three American-English words of at most five characters each (you can obviously change the command to get more words/characters or to pick the words in another dictionary): $ cut -d / -f 1 /usr/share/hunspell/en_US.dic | awk 'length

Reply via email to