Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Password Validation Using regex expressions

Last post 06-29-2008, 7:18 PM by Aussie Susan. 1 replies.
Sort Posts: Previous Next
  •  06-20-2008, 12:34 AM 43348

    Password Validation Using regex expressions

    Please help me with the regular expression for the password policy mentioned below:-
    The password length should at least be 8 characters. It should be a combination of at least any two of the given sets.
    a. Set of alphabets a-z, A-Z
    b. Set of numerics 0-9
    c. Set of special characters ~!@#$ etc.

  •  06-29-2008, 7:18 PM 43589 in reply to 43348

    Re: Password Validation Using regex expressions

    I recommend that you search the 'Construction Advice' forum as there are many examples of password validation given there. Also in the same forum is a sticky name (http://regexadvice.com/forums/thread/43218.aspx) that explains the basic information we need to properly answer your questions. It is particularly important in this case as there are several different techniques that can be used that depend on  the regex engine and programming language that you are using.

    Susan

     

View as RSS news feed in XML