Results 1 to 2 of 2

Thread: Password strength with javascript

  1. #1
    Join Date
    Apr 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Password strength with javascript

    This is a js-function which checks password safety: http://www.cafewebmaster.com/check-p...t-while-typing

    I am not sure if its rules are good enaugh. Are there some global rules for password safety/strength?
    Last edited by Snookerman; 06-04-2009 at 09:18 AM.

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    That script is good for checking the 'strength' of a password, ie increasing the difficulty of "guessing/calculating" the password.

    In my opinion the most important thing about password security is the use of encryption and a database.

    No point having a process that tests how difficult it will be to crack a password if it is not stored securely.

    There have been many discussions on this subject in this forum, with varying opinions, but I have to agree with the opinion that says that no password system can be made totally secure, they can just be made more difficult to break.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •