Can I md5(sha1(password))?

前端 未结 5 1277
暖寄归人
暖寄归人 2021-01-07 12:41

I\'m currently coding my own CMS and I\'m at the state of password...

I want to know if I can md5 a password then sha1 it after?

Li

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-07 13:19

    You obviously can. I don't see why you couldn't.

    If you want better security you should consider something like phpass.

提交回复
热议问题