SiriusStarr/elm-password-strength - version: 1.0.2

for more information visit the package's GitHub page

Package contains the following modules:

PasswordStrength

Build Status

Introduction

This package provides a number of tools for calculating the "strength" of a password in order to provide feedback to a user (and guide them in creating a more secure password). Information on the various modules follows.

Modules

Rumkin

PaswordStrength.Rumkin is a native Elm implmentation of the popular password strength checker available at rumkin.com. While less thorough than the zxcvbn modules, it is considerably lighter, as its common password dictionary is much smaller and unordered.

Pros:

Cons:

ZxcvbnPlus

PasswordStrength.ZxcvbnPlus is a native Elm implementation of the popular zxcvbn password strength javascript library, with some tweaks and fixes. Zxcvbn is available if you require exactly identical results to the reference implementation, however. More information on zxcvbn may be found on its GitHub.

Pros:

Cons:

Zxcvbn

PasswordStrength.Zxcvbn is a native Elm implementation of the popular zxcvbn password strength javascript library. You likely want to use ZxcvbnPlus instead, unless you require exactly identical results to the reference implementation. More information on zxcvbn may be found on its GitHub.

Pros:

Cons:

Changelog

1.0.2

1.0.1

1.0.0