• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: A password strength checker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A password strength checker


  • Subject: Re: A password strength checker
  • From: Greg Guerin <email@hidden>
  • Date: Thu, 7 Jan 2010 14:59:17 -0700

Martin Hewitson wrote:

Is anybody aware of a reasonable algorithm or some code that can be used to test/check the strength of a password? I'd like to give a kind of score or a color (red,yellow,green). I've looked at cracklib, but that doesn't give a score, really.


Google keywords: password strength checker code

There seem to be plenty of these available in Javascript, which doesn't seem overly difficult to translate.

The gist of most code seems to be to score different character classes (alpha, num, punct, etc.), mixed case, and the overall length. There doesn't seem to be any standard for scoring, though.

  -- GG

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: iPhone: validate a NSString for US zipcode
  • Next by Date: Re: iPhone: validate a NSString for US zipcode
  • Previous by thread: Re: A password strength checker
  • Next by thread: Problem creating Core Data mapping file
  • Index(es):
    • Date
    • Thread