laravel-zxcvbn icon indicating copy to clipboard operation
laravel-zxcvbn copied to clipboard

Implementation of the zxcvbn project by @dropbox for Laravel.

Results 1 laravel-zxcvbn issues
Sort by recently updated
recently updated
newest added

Referencing this block of code in the 'xcvbn_dictionary' test: https://github.com/olssonm/laravel-zxcvbn/blob/7032f908204d7e524a251e7e5f324c479b81acbe/src/ZxcvbnServiceProvider.php#L53-L58 This will fail on ANY sequence match. So suppose the password includes pattern similar to one of the dictionary words,...

enhancement