Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dchest/passwordcheck
- Owner: dchest
- License: other
- Created: 2014-05-24T14:10:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T11:20:31.000Z (over 10 years ago)
- Last Synced: 2024-08-01T21:42:14.308Z (7 months ago)
- Language: C
- Homepage: http://godoc.org/github.com/dchest/passwordcheck
- Size: 199 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - dchest/passwordcheck - Go package passwordcheck is a password and passphrase strength checker based on passwdqc. (C)
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