Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 732e525

Browse files
authored
Merge pull request #5551 from magento/dobooth-password
Clarified password management explanation
2 parents 1d5338a + aa98f8e commit 732e525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.3/architecture/security_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menu_order:
88

99
## Enhanced password management
1010

11-
Magento has strengthened the hashing algorithms (SHA-256) used in password management. In addition, we added support for Argon2ID13, which is used by default in PHP 7.2 or if you have installed the Libsodium extension for PHP.
11+
Magento has strengthened the hashing algorithms (SHA-256) used in password management. Magento now supports Argon2ID13 through the PHP sodium extension, which requires the libsodium library version 1.0.13 or higher.
1212

1313
## Improved prevention of cross-site scripting (XSS) attacks by making escaped data the default
1414

0 commit comments

Comments
 (0)