php - Should I encrypt email addresses?

后端 未结 8 955
别那么骄傲
别那么骄傲 2020-12-19 02:54

When users register, should I store their email in the db as is or hash it. I want to be able to decrypt it later, so should I use md5?

thank you!

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