Adblock breaks this site

Is your password safe?

Discussion in 'Programming General' started by Visual Basic Matt, Jul 15, 2008.

  1. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    Is your password safe?

    I was board so I made this password checker. It checks the quality of your password and checks to see if you password is on a list of passwords used in a password cracker. Many of you will probably be wondering if it is just a scam for your password and I can assure you its not. This is the vb section so the source is also included.
    Enjoy! :)
    Edit: Oops! Forgot the link :(
    Free507992.Zip by Bigupload.Com
     
  2. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    Is your password safe?

    Needs a bit of work, perhaps check for a pattern rather then length.
     
  3. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    Is your password safe?

    Yeah as Jazz mentioned you could check for some other things like:

    1) The same character more than once consecutively is less secure. (ex: finding 'aaa' would not be a very secure part of a password.
    2) Consecutive characters that are one ASCII value away from each other is generally less secure (ex: 'b' followed by 'a' or '3' followed by '4').
    3) In addition to checking the length, it could also determine the percentage of your password's composition that pertains to letters, capital letters, numbers, and even special characters. A good distribution would lead to a more secure rating.
     
  4. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    Is your password safe?

    I see what you mean... Ill get on it when I have some free time... :cool:
     
< Trainer Source Code | Help Creating a secure login form >


 
 
Adblock breaks this site