ravisorg / Mellt

A brute force password checker that returns a meaningful number describing the real world strength of your password
78 stars 24 forks source link

Efficiency improvement to the Node.js module. #4

Closed michaelhodgins closed 11 years ago

michaelhodgins commented 11 years ago

Refactored the node.js module to load the common passwords when the module is loaded, rather than each time a password is checked. Common passwords are stored in an object as keys, for faster lookup.