Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 513 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 513 Bytes

ezpass

https://xkcd.com/936/

demo

Replicate the following in a zero dependency statically linked go binary:

grep "^[^']\{3,5\}$" /usr/share/dict/words | shuf -n4 | paste -sd'.' -
go install github.com/noxsios/ezpass
$ ezpass -h
  -d string
      Delimiter between words (default ".")
  -h	Print this message and exit.
  -n int
      Number of words in resulting password (default 4)