QuestionQ24

Adobe Commerce Architecture and Customization Techniques

Which hashing algorithm does Adobe Commerce select for hashing 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.
Explanation

Adobe Commerce uses Argon 2ID13 as the default customer-password hashing algorithm when the Sodium extension is installed; otherwise, its default is SHA256.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!