What is a secure way to handle passwords in PHP? - Study24x7
Social learning Network
6 followers study24x7 23 Jan 2025 10:35 AM study24x7 study24x7

What is a secure way to handle passwords in PHP?

A

Store them in plain text

B

Use password_hash() and password_verify()

C

Use MD5 encryption

D

Use base64 encoding

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles