Please Critique my PHP authentication efforts

后端 未结 6 561
你的背包
你的背包 2021-02-01 09:42

After posting this a while back, I decided to create my own Registration / Authentication capability in PHP. I\'d love anyone to point out the flaws / opportunities for improve

6条回答
  •  轮回少年
    2021-02-01 10:34

    If anyone is watching the registration form submission then they have the information you're concerned they'll figure out. First step: Use HTTPS for your forms.

    As for the encrypted db stuff, I'll let someone else take issue with it. :-)

提交回复
热议问题