Briefing Zend Knowledge

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

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

A.
password_hash()

B.
crypt()

C.
md5()

D.
hash_pbkdf2()

E.
openssl_digest()

Explanation: