Skip to content

xkcd_pass v1.0.9

Compare
Choose a tag to compare
@adambirds adambirds released this 01 May 02:01
· 27 commits to master since this release

xkcd_pass v1.0.9

A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936

Change Log

  • Version 1.0.9
    • Fix issues with README.md badges after rename.
    • Update --help for MIN_LENGTH and MAX_LENGTH.
    • Update number of words in password to 4 by default.
    • Restructured tests into individual files to neaten up codebase.
    • Added static type annotations to the codebase.
    • Added support for zulint to run various code linters easily.