Skip to content

Instantly share code, notes, and snippets.

@littlebenlittle
Created July 1, 2020 23:24
Show Gist options
  • Save littlebenlittle/2ca73ec219c40e6398eb72f4ee8501a5 to your computer and use it in GitHub Desktop.
Save littlebenlittle/2ca73ec219c40e6398eb72f4ee8501a5 to your computer and use it in GitHub Desktop.
#| Generate a 5 word phrase. NOT crypto random.
'/usr/share/dict/cracklib-small'.IO.lines».lc.pick(5).join(' ').say;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment