tough 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0e9d013a769e0b9e80913839f560cc152157957a
4
+ data.tar.gz: 21ac87f307e202fdd1b5100a506b590d97ffa1fc
5
+ SHA512:
6
+ metadata.gz: 4c8064c3723fcee6dacd02edab76f4a05779ff641267fd87dc2ea81375328ba576877a79a90cd005f43537137b98788e9254669c1357c0d32a3b701b83ce60e1
7
+ data.tar.gz: e886ced8d982a22e228f59d8026cfa8ba3d0f0ece40250f715e268d136192292d8a2db4a7a740b59f0fbd46e913a1edb378141cb72ad06f3b153343aa1e48c9d
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
@@ -0,0 +1,11 @@
1
+ language: ruby
2
+ cache: bundler
3
+ sudo: false
4
+ script: bundle exec rake && CODECLIMATE_REPO_TOKEN=8ba46fd5d9f5e9ce184d6a47895ec5a270d426dd1d95713a7a08e516e9769e3b bundle exec codeclimate-test-reporter
5
+ notifications:
6
+ email: false
7
+ rvm:
8
+ - '2.3.3'
9
+ addons:
10
+ code_climate:
11
+ repo_token: 8ba46fd5d9f5e9ce184d6a47895ec5a270d426dd1d95713a7a08e516e9769e3b
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at cdeliens@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in tough.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 cdeliens
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,60 @@
1
+ [![Build Status](https://travis-ci.org/cdeliens/tough.svg?branch=master)](https://travis-ci.org/cdeliens/tough)
2
+ [![Code Climate](https://codeclimate.com/github/cdeliens/tough/badges/gpa.svg)](https://codeclimate.com/github/cdeliens/tough)
3
+ [![Test Coverage](https://codeclimate.com/github/cdeliens/tough/badges/coverage.svg)](https://codeclimate.com/github/cdeliens/tough/coverage)
4
+ [![Issue Count](https://codeclimate.com/github/cdeliens/tough/badges/issue_count.svg)](https://codeclimate.com/github/cdeliens/tough)
5
+
6
+ # Tough
7
+
8
+ Be sure to have TOUGH Passwords in your Rails application with this gem. Based on ZXCVBN library to validate passwords strength, also some normal validators for special characters, capital letters and lowercase letters, minimum characters length.
9
+
10
+ ## Installation
11
+
12
+ Add this line to your application's Gemfile:
13
+
14
+ ```ruby
15
+ gem 'tough'
16
+ ```
17
+
18
+ And then execute:
19
+
20
+ $ bundle
21
+
22
+ Or install it yourself as:
23
+
24
+ $ gem install tough
25
+
26
+ ## Usage
27
+ ## config/initializers/tough.rb
28
+ ```ruby
29
+ Tough.configuration do |config|
30
+ config.zxcvbn_minimum_score_to_pass = 3
31
+ config.zxcvbn_error_message = "is too easy to guess"
32
+ config.special_characters_error_message = "must contain special characters"
33
+ config.minimum_characters = 8
34
+ config.minimum_characters_error_message = "must be a minimum of #{Tough.minimum_characters} characters long"
35
+ config.capitals_lowercase_error_message = "must have lowercase and uppercase letters"
36
+ end
37
+ ```
38
+ ## user.rb
39
+ ```ruby
40
+ class User < ActiveRecord::Base
41
+ validates_by_zxcvbn_metric :password
42
+ validates_capitals_and_lowercase_for :password
43
+ validates_minimum_characters_for :password
44
+ validates_special_characters_for :password
45
+ end
46
+ ```
47
+ ## Development
48
+
49
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
50
+
51
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
52
+
53
+ ## Contributing
54
+
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/tough. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
56
+
57
+
58
+ ## License
59
+
60
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.test_files = FileList["test/**/*_test_suite.rb"]
7
+ t.warning = false
8
+ end
9
+
10
+ task :default => :test
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "tough"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,26 @@
1
+ module Configuration
2
+
3
+ def configuration
4
+ yield self
5
+ end
6
+
7
+ def define_setting(name, default = nil)
8
+ class_variable_set("@@#{name}", default)
9
+
10
+ define_class_method "#{name}=" do |value|
11
+ class_variable_set("@@#{name}", value)
12
+ end
13
+
14
+ define_class_method name do
15
+ class_variable_get("@@#{name}")
16
+ end
17
+ end
18
+
19
+ private
20
+
21
+ def define_class_method(name, &block)
22
+ (class << self; self; end).instance_eval do
23
+ define_method name, &block
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,37 @@
1
+ require "tough/version"
2
+ require 'helpers/configuration'
3
+
4
+
5
+ module Tough
6
+ extend Configuration
7
+
8
+ require "zxcvbn"
9
+ require "tough/validators/capitals_and_lowercase_validator"
10
+ require "tough/validators/minimum_characters_validator"
11
+ require "tough/validators/special_characters_validator"
12
+ require "tough/validators/zxcvbn_password_validator"
13
+
14
+ define_setting :zxcvbn_minimum_score_to_pass, 3
15
+ define_setting :zxcvbn_error_message, "is too easy to guess"
16
+ define_setting :special_characters_error_message, "must contain special characters"
17
+ define_setting :minimum_characters, 8
18
+ define_setting :minimum_characters_error_message, "must be a minimum of #{Tough.minimum_characters} characters long"
19
+ define_setting :capitals_lowercase_error_message, "must have lowercase and uppercase letters"
20
+ end
21
+
22
+ # config/initializers/tough.rb
23
+ # Tough.configuration do |config|
24
+ # config.zxcvbn_minimum_score_to_pass = 3
25
+ # config.zxcvbn_error_message = "is too easy to guess"
26
+ # config.special_characters_error_message = "must contain special characters"
27
+ # config.minimum_characters = 8
28
+ # config.minimum_characters_error_message = "must be a minimum of #{Tough.minimum_characters} characters long"
29
+ # config.capitals_lowercase_error_message = "must have lowercase and uppercase letters"
30
+ # end
31
+
32
+ # class User < ActiveRecord::Base
33
+ # validates_by_zxcvbn_metric :password
34
+ # validates_capitals_and_lowercase_for :password
35
+ # validates_minimum_characters_for :password
36
+ # validates_special_characters_for :password
37
+ # end
@@ -0,0 +1,27 @@
1
+ module ActiveModel
2
+ module Validations
3
+ class CapitalsAndLowercaseValidator < EachValidator
4
+ def validate_each(record, attribute, value)
5
+ unless value.match(/[a-z]/).present? && value.match(/[A-Z]/).present?
6
+ record.errors[attribute] << Tough.capitals_lowercase_error_message
7
+ end
8
+ end
9
+ end
10
+ module ClassMethods
11
+ # Validates whether or not the specified URL is valid.
12
+ #
13
+ # class User < ActiveRecord::Base
14
+ # validates_url_format_of :site
15
+ #
16
+ # # Validates against a list of valid TLD.
17
+ # validates_url_format_of :site, tld: true
18
+ # end
19
+ #
20
+ def validates_capitals_and_lowercase(*attr_names)
21
+ validates_with CapitalsAndLowercaseValidator, _merge_attributes(attr_names)
22
+ end
23
+
24
+ alias_method :validates_capitals_and_lowercase_for, :validates_capitals_and_lowercase
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,27 @@
1
+ module ActiveModel
2
+ module Validations
3
+ class MinimumCharactersValidator < EachValidator
4
+ def validate_each(record, attribute, value)
5
+ unless value.length >= Tough.minimum_characters
6
+ record.errors[attribute] << Tough.minimum_characters_error_message
7
+ end
8
+ end
9
+ end
10
+ module ClassMethods
11
+ # Validates whether or not the specified URL is valid.
12
+ #
13
+ # class User < ActiveRecord::Base
14
+ # validates_url_format_of :site
15
+ #
16
+ # # Validates against a list of valid TLD.
17
+ # validates_url_format_of :site, tld: true
18
+ # end
19
+ #
20
+ def validates_minimum_characters(*attr_names)
21
+ validates_with MinimumCharactersValidator, _merge_attributes(attr_names)
22
+ end
23
+
24
+ alias_method :validates_minimum_characters_for, :validates_minimum_characters
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,27 @@
1
+ module ActiveModel
2
+ module Validations
3
+ class SpecialCharactersValidator < EachValidator
4
+ def validate_each(record, attribute, value)
5
+ unless value.match(/\W/).present?
6
+ record.errors[attribute] << Tough.special_characters_error_message
7
+ end
8
+ end
9
+ end
10
+ module ClassMethods
11
+ # Validates whether or not the specified URL is valid.
12
+ #
13
+ # class User < ActiveRecord::Base
14
+ # validates_url_format_of :site
15
+ #
16
+ # # Validates against a list of valid TLD.
17
+ # validates_url_format_of :site, tld: true
18
+ # end
19
+ #
20
+ def validates_special_characters(*attr_names)
21
+ validates_with SpecialCharactersValidator, _merge_attributes(attr_names)
22
+ end
23
+
24
+ alias_method :validates_special_characters_for, :validates_special_characters
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,32 @@
1
+ module ActiveModel
2
+ module Validations
3
+ class ZxcvbnPasswordValidator < EachValidator
4
+ def validate_each(record, attribute, value)
5
+ #0 too guessable: risky password. (guesses < 10^3)
6
+ #1 very guessable: protection from throttled online attacks. (guesses < 10^6)
7
+ #2 somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)
8
+ #3 safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)
9
+ #4 very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)
10
+ unless Zxcvbn.test(value).score >= Tough.zxcvbn_minimum_score_to_pass
11
+ record.errors[attribute] << Tough.zxcvbn_error_message
12
+ end
13
+ end
14
+ end
15
+ module ClassMethods
16
+ # Validates whether or not the specified URL is valid.
17
+ #
18
+ # class User < ActiveRecord::Base
19
+ # validates_url_format_of :site
20
+ #
21
+ # # Validates against a list of valid TLD.
22
+ # validates_url_format_of :site, tld: true
23
+ # end
24
+ #
25
+ def validates_by_zxcvbn_metric(*attr_names)
26
+ validates_with ZxcvbnPasswordValidator, _merge_attributes(attr_names)
27
+ end
28
+
29
+ alias_method :validates_with_zxcvbn, :validates_by_zxcvbn_metric
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,3 @@
1
+ module Tough
2
+ VERSION = "0.3.0"
3
+ end
@@ -0,0 +1,35 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'tough/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "tough"
8
+ spec.version = Tough::VERSION
9
+ spec.authors = ["cdeliens"]
10
+ spec.email = ["deliens@me.com"]
11
+
12
+ spec.summary = %q{Password Validators including Dropbox ZXCVBN algorithim}
13
+ spec.description = %q{Password Validators including Dropbox ZXCVBN algorithim}
14
+ spec.homepage = "https://github.com/cdeliens/tough"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+
20
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
21
+ f.match(%r{^(test|spec|features)/})
22
+ end
23
+ spec.bindir = "exe"
24
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
+ spec.require_paths = ["lib"]
26
+
27
+ spec.add_development_dependency "bundler", "~> 1.13"
28
+ spec.add_development_dependency "activerecord", ">= 3.0"
29
+ spec.add_development_dependency "sqlite3"
30
+ spec.add_development_dependency "rake", "~> 10.0"
31
+ spec.add_development_dependency "minitest-utils"
32
+ spec.add_development_dependency "pry-meta"
33
+ spec.add_runtime_dependency "zxcvbn-ruby", "~> 0.1.1"
34
+ spec.add_development_dependency "codeclimate-test-reporter"
35
+ end
metadata ADDED
@@ -0,0 +1,174 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tough
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - cdeliens
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-02-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.13'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.13'
27
+ - !ruby/object:Gem::Dependency
28
+ name: activerecord
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: sqlite3
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: minitest-utils
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry-meta
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: zxcvbn-ruby
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: 0.1.1
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: 0.1.1
111
+ - !ruby/object:Gem::Dependency
112
+ name: codeclimate-test-reporter
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ description: Password Validators including Dropbox ZXCVBN algorithim
126
+ email:
127
+ - deliens@me.com
128
+ executables: []
129
+ extensions: []
130
+ extra_rdoc_files: []
131
+ files:
132
+ - ".gitignore"
133
+ - ".rspec"
134
+ - ".travis.yml"
135
+ - CODE_OF_CONDUCT.md
136
+ - Gemfile
137
+ - LICENSE.txt
138
+ - README.md
139
+ - Rakefile
140
+ - bin/console
141
+ - bin/setup
142
+ - lib/helpers/configuration.rb
143
+ - lib/tough.rb
144
+ - lib/tough/validators/capitals_and_lowercase_validator.rb
145
+ - lib/tough/validators/minimum_characters_validator.rb
146
+ - lib/tough/validators/special_characters_validator.rb
147
+ - lib/tough/validators/zxcvbn_password_validator.rb
148
+ - lib/tough/version.rb
149
+ - tough.gemspec
150
+ homepage: https://github.com/cdeliens/tough
151
+ licenses:
152
+ - MIT
153
+ metadata: {}
154
+ post_install_message:
155
+ rdoc_options: []
156
+ require_paths:
157
+ - lib
158
+ required_ruby_version: !ruby/object:Gem::Requirement
159
+ requirements:
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: '0'
163
+ required_rubygems_version: !ruby/object:Gem::Requirement
164
+ requirements:
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ version: '0'
168
+ requirements: []
169
+ rubyforge_project:
170
+ rubygems_version: 2.5.2
171
+ signing_key:
172
+ specification_version: 4
173
+ summary: Password Validators including Dropbox ZXCVBN algorithim
174
+ test_files: []