Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptosense/ocaml-zxcvbn
Ocaml bindings for the zxcvbn password strength estimation library
https://github.com/cryptosense/ocaml-zxcvbn
bindings ocaml password-strength zxcvbn
Last synced: 2 months ago
JSON representation
Ocaml bindings for the zxcvbn password strength estimation library
- Host: GitHub
- URL: https://github.com/cryptosense/ocaml-zxcvbn
- Owner: cryptosense
- License: other
- Created: 2017-02-01T15:05:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T17:08:01.000Z (about 4 years ago)
- Last Synced: 2024-04-20T00:53:15.082Z (9 months ago)
- Topics: bindings, ocaml, password-strength, zxcvbn
- Language: OCaml
- Size: 1.48 MB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/cryptosense/ocaml-zxcvbn.svg)](https://travis-ci.org/cryptosense/ocaml-zxcvbn) [![docs](https://img.shields.io/badge/doc-online-blue.svg)](https://cryptosense.github.io/ocaml-zxcvbn/doc/)
# `Zxcvbn`
Bindings to [zxcvbn-c](https://github.com/tsyrogit/zxcvbn-c), the C implementation of
dropbox [zxcvbn](https://github.com/dropbox/zxcvbn) password strength estimation library.## Documentation
API documentation is available [here](https://cryptosense.github.io/ocaml-zxcvbn/doc/)