SiriusStarr / elm-password-strength / Rumkin.Common

This module should not be needed for typical use of Rumkin.

Rumkin.Common is a dictionary file used by Rumkin. It is adapted from the original source available here at http://rumkin.com/tools/password/passchk.php

Common Password List

commonList : String

A compresed list of common words.

The compression algorithm is very basic - the first letter is upper case, and it means to copy X letters from the previous word. A = 0, B = 1, etc. So, if I had "apple apricot banana", it would compress to "AappleCricotAbanana".