Write an “active password checker” in PHP. The purpose of an active password checker is to prevent the user from selecting a password or password phrase that is easily guessed. This may be done by comparing potential passwords with a dictionary, examining the mix of characters selected, checking user information, and so on.
Comments
Leave a comment