koodmeeter Build Status

koodmeeter (codemeter) is a password strength score tool.

Usage

# Returns number representing password strength score:
#   0 - lowest
#   5 - highest
Koodmeeter.check('mypassword')

Optionally, minimum chars option can be used, affecting score:

# Returns 0, since "mypassword" is less than 12 chars
Koodmeeter.check('mypassword', 12)

Contributing

Bug reports, suggestions

  • File all your issues, feature requests here
  • If filing a bug report, follow the convention of How to report a bug?
  • If you're a developer, write a failing test instead of a bug report and send a Pull Request

Code

  1. Fork it ( https://github.com/[my-github-username]/koodmeeter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Develop your feature by concepts of TDD. Run guard in parallel to automatically run your tests
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

License

Copyright © 2015 Ain Tohvri. Licensed under GPLv3.