Skip to content

wfscheper/xkcdpwd

Repository files navigation

xkcdpwd Build Status Coverage Status

A passphrase generator in the style of XKCD comic Password Strength.

Getting started

This project requires Go 1.11 to be installed, as it uses the new go module system for dependency management. On OS X with Homebrew you can just run brew install go. On Linux check with your distro's package manager. Alternatively, or on Windows, download the Go source or binary from golang.org.

Running it then should be as simple as:

git clone https://gitub.com/wfscheper/xkcdpwd.git
cd xkcdpwd
make
bin/xkcdpwd

Testing

make test

Similar projects