What function to use to hash passwords in MySQL?

前端 未结 5 1997
忘了有多久
忘了有多久 2020-12-19 00:53

I have a user table in my mysql database that has a password column. Currently, I use the MD5 algorithm to hash the users\' password for storage in the database. Now I like

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