LeofkJ / spg

1Password's Strong Password Generator - Go package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spg - A go package for strong password generation

GoDoc: Reference License: Apache 2.0

1Password's Strong Password Generator package offers the underlying engine for flexible specification of generated password requirements and ensuring that the generated passwords it returns follow a uniform distribution.

The clients of this package are expected to manage what is presented to users. This engine offers far greater flexibility than should normally be exposed to users.

Get started

Use go get:

go get go.1password.io/spg

Vendored dependencies

Before you can successfully build, you may need to install dependencies. These are currently1 managed using govendor. Install it if needed,

go get -u github.com/kardianos/govendor

And then use

govendor sync

to fetch the appropriate dependencies into ./vendor

License

1Password's spg is copyright 2018, AgileBits Inc and licensed under version 2.0 of the Apache License Agreement.

Contributing

This is on Github: https://github.com/1password/spg create issues, forks, etc there.

Footnotes

  1. We will probably switch to go modules at some point

About

1Password's Strong Password Generator - Go package

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Awk 0.2%Language:Makefile 0.0%