Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9192885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:02:20+00:00 2026-06-17T21:02:20+00:00

Looking for suggestions on a password strength checker for objective-c. I did some googling

  • 0

Looking for suggestions on a password strength checker for objective-c. I did some googling and didn’t find any hits, neither here on SO. I could write one up but thought I’d check here first – has anyone implemented one?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:02:21+00:00Added an answer on June 17, 2026 at 9:02 pm

    I am only aware of two half-decent password strength estimators: zxcvbn (in CoffeeScript, compiles to JavaScript) and Passfault (in Java, appears to be intended as a webapp).

    (Actually, that’s is a slight lie; there was one in a PhD thesis I read a while back, but I’m not sure where I put the link.)

    Every other password “strength” checker I’ve looked at in any detail has been flawed, often deeply flawed (e.g. GRC’s “haystacks” assumes a very dumb bruteforce; even open-source password crackers are much more sophisticated) — the other day, the password strength meter of a large UK loyalty card scheme told me that “1Aa” was a “GOOD” password (“GOOD” is the highest rating).

    (The other problem is that the password strength required depends on how it’s being used: a 48-bit password like “W1mCj6B1” is fine for a Google account but incredibly weak as a Windows/Mac login password or a WPA passphrase.)

    I don’t think you’re likely to find a decent one in Objective-C, given their rarity. If you do end up writing one, I have a few suggestions:

    • Write it in C (or maybe C++). This won’t cost you much and will be far more portable; Objective-C pretty much ties you to OS X and iOS in the same way that .NET ties you to Windows (i.e. in theory you can port the runtime to other platforms; in practice it will be much less used outside of those platforms). To increase usage, you could add an Objective-C API.
    • Decide what to do about non-ASCII characters (and non-English languages in general). There are essentially two options:
      • Disallow them (people are used to it, right?)
      • Map to ASCII for strength estimation, e.g. by stripping accents (see NSWidthInsensitiveSearch and NSDiacriticInsensitiveSearch) and jumping through some hoops to map ı/İ/ß to i/I/ss. There’s also kCFStringTransformToLatin which promises to transliterate most scripts to the Latin alphabet. This bit doesn’t need to be in C because it’ll heavily depend on Unicode libraries, although you may be able to use ICU.

    Finally, password strength estimation is a hard problem. Guess the strength of
    2jmj7l5rSw0yVb_vlWAYkK_YBwk. Now ask Google.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for suggestions as well as any benchmarks or observations people have. We
I'm looking for some suggestions as to how I could implement a World Map
I am looking for a solution on the following issue. Any suggestions will be
i've done plenty of googling and whatnot and can't find quite what i'm looking
I am looking for some suggestions for creating a User Profile System . I
I am looking for some guidance on implementing a password recovery service in ASP.NET
Looking for suggestions for an efficient way to maintain basic audit fields for entities
I'm looking for suggestions for debugging... If you view this site in Firefox or
I'm just looking for suggestions on the best way to do this... I need
I am looking for suggestions on database design for a sample jobs listing application.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.