nerdexam
Zend

200-710 · Question #116

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

(56 responses)
  • A
    82% (46)
  • B
    5% (3)
  • C
    2% (1)
  • D
    11% (6)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice