-
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.
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks