[GTALUG] Recommended Linux Password Lengths

Christopher Browne cbbrowne at gmail.com
Thu Jun 2 11:58:50 EDT 2016


On 2 June 2016 at 10:14, Myles Braithwaite <me at mylesbraithwaite.com> wrote:

> I follow the xkcd guidelines of password strength <https://xkcd.com/936/>.


Yep, "correct horse battery staple" is a very good password, and everyone
should use that everywhere ;-)

But seriously, I have a GIST for that <
https://gist.github.com/cbbrowne/1201859>

root at cbbrowne:/tmp#  echo $(grep "^[^'A-Z]\{3,7\}$"
/usr/share/dict/words|shuf -n4)
dressed sliders replace padded
root at cbbrowne:/tmp#  echo $(grep "^[^'A-Z]\{3,7\}$"
/usr/share/dict/words|shuf -n4)
khan tailor con junky
root at cbbrowne:/tmp#  echo $(grep "^[^'A-Z]\{3,7\}$"
/usr/share/dict/words|shuf -n4)
ritual prince ethics brags
root at cbbrowne:/tmp#  echo $(grep "^[^'A-Z]\{3,7\}$"
/usr/share/dict/words|shuf -n4)
guava facet rumbas drape
root at cbbrowne:/tmp#

It's common for password policies to include (capitalize something, have a
digit, have a non-alphanumeric character); it would be easy to augment with
a random digit and a random choice of some special chars.  I haven't
bothered doing any code for that ;-)
-- 
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gtalug.org/pipermail/talk/attachments/20160602/877aec8c/attachment.html>


More information about the talk mailing list