1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-nbutton23-zxcvbn-go
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev
Standards-Version: 4.1.1
Homepage: https://github.com/nbutton23/zxcvbn-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-nbutton23-zxcvbn-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-nbutton23-zxcvbn-go.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/nbutton23/zxcvbn-go
Package: golang-github-nbutton23-zxcvbn-go-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-stretchr-testify-dev
Description: Strong password generator in Go
This package provides methods for producing strong passwords in Go using an
implementation of zxcvbn. This library attempts to give sound password
advice through pattern matching and conservative entropy calculations.
|