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

Commit 6ecc328

Browse files
authored
Finessed the change via feedback.
1 parent fe49ed5 commit 6ecc328

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 available by default in PHP 7.2.
11+
Magento has strengthened the hashing algorithms (SHA-256) used in password management. In addition, we added support for Argon2ID13, which is available in PHP through its sodium extension, but libsodium itself needs to be at least version 1.0.13 for it to become available.
1212

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

0 commit comments

Comments
 (0)