Skip to content

Commit

Permalink
Merge pull request #180 from rianhunter/master
Browse files Browse the repository at this point in the history
zxcvbn-cpp port and a random change
  • Loading branch information
lowe authored Dec 2, 2016
2 parents e24c888 + ff4ff80 commit 1486715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Consider using zxcvbn as an algorithmic alternative to password composition poli
At Dropbox we use zxcvbn ([Release notes](https://github.com/dropbox/zxcvbn/releases)) on our web, desktop, iOS and Android clients. If JavaScript doesn't work for you, others have graciously ported the library to these languages:

* [`zxcvbn-c`](https://github.com/tsyrogit/zxcvbn-c) (C/C++)
* [`zxcvbn-cpp`](https://github.com/rianhunter/zxcvbn-cpp) (C/C++/Python/JS)
* [`zxcvbn4j`](https://github.com/nulab/zxcvbn4j) (Java)
* [`zxcvbn-ios`](https://github.com/dropbox/zxcvbn-ios) (Objective-C)
* [`python-zxcvbn`](https://github.com/dropbox/python-zxcvbn) (Python)
Expand Down
2 changes: 1 addition & 1 deletion test/test-matching.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ test 'sequence matching', (t) ->
pattern = 'jihg'
for [password, i, j] in genpws pattern, prefixes, suffixes
matches = matching.sequence_match password
msg = 'matches embedded sequence patterns'
msg = "matches embedded sequence patterns #{password}"
check_matches msg, t, matches, 'sequence', [pattern], [[i, j]],
sequence_name: ['lower']
ascending: [false]
Expand Down

0 comments on commit 1486715

Please sign in to comment.