RubyGems.org

Validates the strength of a password according to several rules: * size * 3+ numbers * 2+ special characters * uppercased and downcased letters * combination of numbers, letters and symbols * password contains username * sequences (123, abc, aaa)

installgem install password_strength
Authors

Nando Vieira

13,050 total downloads 6,033 for this version
Owners

Cb5d9e9095cd41b636764a85e57ade4b

Gemfile
gem "password_strength", "~> 0.3.2"
Versions
  1. 0.3.2 September 17, 2010
  2. 0.3.1 August 12, 2010
  3. 0.3.0 August 11, 2010
  4. 0.2.0 July 27, 2010
  5. 0.1.6 March 31, 2010
Show all versions (11 total)
Runtime Dependencies
  1. activesupport >= 2.3.5