Module Zxcvbn

Bindings to the zxcvbn password strength estimation library

module Match : sig ... end
val matches : string -> float * Match.t list

Return 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.