QuestionQ24
Adobe Commerce Architecture and Customization TechniquesWhich 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.
Community Discussion