Which hashing algorithm will Adobe Commerce choose to hash customer passwords?

Which hashing algorithm will Adobe Commerce choose to hash customer passwords?
A . If the Sodium extension is installed, SHA256 will be chosen, otherwise MD5 will be used as the Magento default hashing algorithm.
B. If the Sodium extension is installed, Argon 2ID13 will be chosen, otherwise SHA256 will be used as the Magento default hashing algorithm.
C. It does not matter if the Sodium extension is installed or not, the Magento hashing default algorithm will be SHA256.

Answer: B

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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments