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)- A82% (46)
- B5% (3)
- C2% (1)
- D11% (6)
Community Discussion
No community discussion yet for this question.