Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dchest/passwordcheck

Go package passwordcheck is a password and passphrase strength checker based on passwdqc.
https://github.com/dchest/passwordcheck

Last synced: 4 months ago
JSON representation

Go package passwordcheck is a password and passphrase strength checker based on passwdqc.

Awesome Lists containing this project

README

        

passwordcheck
=============

[![Build Status](https://travis-ci.org/dchest/passwordcheck.png)](https://travis-ci.org/dchest/passwordcheck)

Go package passwordcheck is a password and passphrase strength checker based on
[passwdqc](http://www.openwall.com/passwdqc/).

Currently implemented via a CGO-binding to a passwdqc (modified to remove
dependency on pwd.h). In the future I'd like to translate it to pure Go.

## Installation

```
$ go get github.com/dchest/passwordcheck
```

## Documentation