Skip to content

Noxsios/ezpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezpass

An easy to use memorable password generator.

Replicates the following in a statically linked go binary:

grep "^[^']\{3,5\}$" /usr/share/dict/words | shuf -n4 | paste -sd'.' -

In addition to embedding the EFF Large Wordlist and the steps laid out in generating a password using dice.

xkcd 936

demo

CGO_ENABLED=0 go install github.com/noxsios/ezpass
$ ezpass -h
-w, --wordlist wordlist     Wordlist to use [eff usr_share_dict] (default eff)
-n, --number-of-words int   Number of words in resulting password. (default 4)
-d, --delimiter string      Delimiter between words. (default ".")
-v, --version               Print the version number of ezpass and exit.
-h, --help                  Print this message and exit.

About

An XKCD style password generator

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages