Questions tagged [zxcvbn]

zxcvbn is a password strength estimator inspired by password crackers. Through pattern matching and conservative estimation, it recognizes and weighs 30k common passwords, common names and surnames according to US census data, popular English words from Wikipedia and US television and movies, and other common patterns like dates, repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and l33t speak.

Official github repository

7 questions
2
votes
1 answer

Forcing zxcvbn.min.js to pull from CDN?

The file /zxcvbn.min.js appears to be related to a password strength tool. Which is great, but it's causing issues in Google Pagespeed score (because it's not being pulled by the CDN), and when I use the Chrome developer network tool, I don't even…
Jane Doe
  • 21
  • 2
1
vote
1 answer

Can't add package to Xamarin Droid project

I'm trying to add the Hexasoft.Zxcvbn package to my Xamarin Droid project, however when I try to do so it errors: Could not install package 'Hexasoft.Zxcvbn 1.0.2'. You are trying to install this package into a project that targets …
Justin
  • 17,670
  • 38
  • 132
  • 201
0
votes
2 answers

How can I run a worker with dependencies in javascript and sveltekit

I am trying to use the module zxcvbn in my project. It is fine for passwords up to around 50 chars. After it takes too long of a time to grade each password. I'm trying to use workers to run the function and update the state in sveltekit. The code…
0
votes
0 answers

Using zxcvbn with chrome web extension

I am struggling to get the zxcvbn library to work while developing a chrome web extension. I am new to js and my current goal is to output the strength of the password entered into the password field of a website. I have tried implementing the…
0
votes
3 answers

Javascript file blocked by a corporate firewall

We have a site where we're using zxcvbn by Dropbox to inform users of their password strength, however, we've been getting occasional reports that it doesn't work. Turns out that these users (reasonably rare) are accessing our website from their…
BT643
  • 3,495
  • 5
  • 34
  • 55
0
votes
1 answer

What are these directories and files in ~/Library/Application Support/Google/Chrome?

Whilst looking for something else entirely, i stumbled across these, in Chrome's Application Support folder. # syh @ h in ~/Library/Application Support/Google/Chrome/ZxcvbnData/1 [21:07:42] $ l total 1592 drwx------@ 11 syh staff 352B Dec 19…
hongsy
  • 1,498
  • 1
  • 27
  • 39
0
votes
1 answer

jQuery concatenate variables if both have a value?

I'm really hoping this isn't a duplicate, although certainly possible and I'm just not searching the right terms. I'm working on my own password strength checker based on flyingcars version. And I'm trying to work out a way to combine two variables…
Larm
  • 187
  • 12