Module Zxcvbn
Bindings to the zxcvbn password strength estimation library
module Match : sig ... endval matches : string -> float * Match.t listReturn the overall password entropy estimation and the list of matches. The underlying C function expects a null terminated string so keep in mind that if the given string contains null chars, only the substring until the first null char will be evaluated.