Ask HN: How are you checking password strength on the client? 3 pointstotallystupid11 years ago1 commentSaveHideCopy link On HNComments−giaour11ySimple length checkers and regular expressions. Only do it as a convenience, and perform all validation on the server as if no checks were performed on the client, as they might not have been.
Comments
Simple length checkers and regular expressions. Only do it as a convenience, and perform all validation on the server as if no checks were performed on the client, as they might not have been.