Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Password Strength Checker

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Password Strength Checker

    Urgent help needed to create a password strength checker on a JPanel, can anyone do it for me?
    I just need a field to type in the password and as I type in my password there will be a jlabel beside constantly validating my keypress showing whether the password is weak,medium or strong.
    Would appreciate it greatly if someone can do it for me, as I need it in a few hours time.

    Requirements for weak,medium,strong password
    Weak: Only alphabetic
    Medium: At least 6 characters, at least 1 number
    Strong: At least 10 characters with at least 1 number and 1 symbol(eg. @, ^, #)


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Password Strength Checker

    See the last post of this thread: http://www.javaprogrammingforums.com...-password.html

    // Json

Similar Threads

  1. [SOLVED] password denied
    By chronoz13 in forum AWT / Java Swing
    Replies: 3
    Last Post: January 28th, 2010, 09:22 PM
  2. [SOLVED] Password screens
    By Dave in forum AWT / Java Swing
    Replies: 7
    Last Post: August 26th, 2009, 06:37 AM
  3. password
    By 5723 in forum Algorithms & Recursion
    Replies: 9
    Last Post: July 9th, 2009, 05:26 AM
  4. [SOLVED] java password
    By pwngrammer in forum File I/O & Other I/O Streams
    Replies: 6
    Last Post: June 15th, 2009, 09:49 AM
  5. Java password generator program to generate 8 random integers
    By Lizard in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 16th, 2009, 07:49 AM