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)- A82% (18)
- B5% (1)
- C5% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.