Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
ZXCVBN password checker properties only partially working

I've been trying to customize this script found [here on stack][1] using the zxcvbn password strength library and can only get it to output the password strength score. all the other properties either return "undefined" or "[object Object]." What am I missing? Thanks

I've tried:

$(function () {
$('#password').keyup(function() {
  var textValue = $(this).val();
  var result = zxcvbn(textValue);

$('#result').html("Password strength score: " + result.score + "<br />Estimated time to crack: " + result.crack_time_display + "<br />Suggestions:" + result.feedback);

});


  [1]: https://stackoverflow.com/questions/11596556/using-dropboxs-zxcvbn-password-strength-estimator
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!