Need help… how to add md5 to password field in php?

后端 未结 1 541
误落风尘
误落风尘 2021-01-29 14:01

i looking some help and nice attention here..

i bought some php script many years ago and now no suport anymore... i just want to add md5 to password field..

her

1条回答
  •  无人共我
    2021-01-29 14:08

    Best to use a salt also - hashing and verification should be done at server - see secure hash and salt for PHP

    Some links on writing secure code:

    • OWASP Top 10 for 2010
    • PHP Security: Fortifying Your Website
    • Writing Secure PHP

    0 讨论(0)
提交回复
热议问题