|
|
|
|
|
by kijin
4791 days ago
|
|
> issue a warning when you create a "password" VARCHAR in MySQL I put my salted and bcrypt'ed passwords in a CHAR or VARCHAR column named "password". Anything wrong with that? Should I change the name of the column to something like "hashed_password"? |
|