dropbox / zxcvbn-ios

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
223 stars 64 forks source link

Need for data for framework to work #9

Closed jessemx109 closed 9 years ago

jessemx109 commented 9 years ago

From what I can tell you don't need to include the data html files with the code for it to work properly. You should say these are optional in the readme so that you don't have to include 10mb of extra files in your app release to the market

erikackermann commented 9 years ago

Do these files even need to be included in this repo? Seems like an artifact from the CoffeeScript version of zxcvbn.

leah commented 9 years ago

I'm going to just remove the files used to generate the JSON since they already exist in the JavaScript repo.