How to create tables with password fields in mysql?

后端 未结 4 1092
逝去的感伤
逝去的感伤 2021-02-07 10:51

Should I create the password column as a regular varchar and then insert like this:

sha1($pass_string)

Or should I do something extra upon the

4条回答
提交回复
热议问题