Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 496 Bytes

xkcdpass

correct horse battery staple

https://xkcd.com/936/ Generates password from local dictionary on Mac and Linux

Install

go install github.com/ddryden/xkcdpass@latest

Usage of xkcdpass:

  • -dict string Path to a custom dictionary (default "/usr/share/dict/words")
  • -max int maximum word length (default 9)
  • -min int minimum word length (default 5)
  • -ws string String to separate words (default " ")