AD0-E716 · Question #8
Which hashing algorithm will Adobe Commerce choose to hash customer passwords?
The correct answer is B. If the Sodium extension is installed, Argon 2ID13 will be chosen, otherwise SHA256 will be used as. If the Sodium extension is installed, Argon 2ID13 will be chosen as the Magento default hashing algorithm. Otherwise, SHA256 will be used. The Sodium extension is a PHP extension that provides cryptographic functions. Argon 2ID13 is a password hashing algorithm that is…
Question
Which hashing algorithm will Adobe Commerce choose to hash customer passwords?
Options
- AIf the Sodium extension is installed, SHA256 will be chosen, otherwise MD5 will be used as the
- BIf the Sodium extension is installed, Argon 2ID13 will be chosen, otherwise SHA256 will be used as
- CIt does not matter if the Sodium extension is installed or not, the Magento hashing default
How the community answered
(34 responses)- A3% (1)
- B91% (31)
- C6% (2)
Explanation
If the Sodium extension is installed, Argon 2ID13 will be chosen as the Magento default hashing algorithm. Otherwise, SHA256 will be used. The Sodium extension is a PHP extension that provides cryptographic functions. Argon 2ID13 is a password hashing algorithm that is considered to be more secure than SHA256. If the Sodium extension is installed, Magento will use Argon 2ID13 as the default hashing algorithm for customer passwords. If the Sodium extension is not installed, Magento will use SHA256 as the default hashing algorithm.
Topics
Community Discussion
No community discussion yet for this question.