Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose 2)
A . mdS{)
B . hash_pbkdf2()
C . password_hash()
D . crypt()
E . openssl_digest()
Answer: A, E
Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose 2)
A . mdS{)
B . hash_pbkdf2()
C . password_hash()
D . crypt()
E . openssl_digest()
Answer: A, E