10000 GitHub - Noxsios/ezpass: An XKCD style password generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Noxsios/ezpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An XKCD style password generator

Topics

Resources

License

Stars

Watchers

Forks

Languages

0