Answered
Strong Password Enforcement
I have seen numerous sites which ask you to create a login
and password, then reject your selected password if it does not
adhere to their rules for strong passwords. Anyone seen/used CF
code to do this. At a minimum I'm thinking:
1. At least 6 characters
2. At least one number and at least one letter
I would also like to look at "password not similar to login" and "password not like a dictionary word" but I'm sure these, at least the second, would require an application and/or database table.
Any other ideas on adding login/password security simply?
Next I will tackle password, and maybe login ID, encryption. It looks to me like the CF functions encrypt and decrypt might be a good way to do that.
1. At least 6 characters
2. At least one number and at least one letter
I would also like to look at "password not similar to login" and "password not like a dictionary word" but I'm sure these, at least the second, would require an application and/or database table.
Any other ideas on adding login/password security simply?
Next I will tackle password, and maybe login ID, encryption. It looks to me like the CF functions encrypt and decrypt might be a good way to do that.
