nerdexam
Zend

200-550 · Question #233

Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose 2)

The correct answer is A. md5() E. openssl_digest(). See the full explanation below for the reasoning.

Question

Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose 2)

Options

  • Amd5()
  • Bhash_pbkdf2()
  • Cpassword_hash()
  • Dcrypt()
  • Eopenssl_digest()

How the community answered

(22 responses)
  • A
    82% (18)
  • B
    5% (1)
  • C
    5% (1)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice