We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8489ab4 commit b66a837Copy full SHA for b66a837
components/security/secure_tools.rst
@@ -21,11 +21,6 @@ algorithm; you can use the same strategy in your own code thanks to the
21
// is some known string (e.g. password) equal to some user input?
22
$bool = StringUtils::equals($knownString, $userInput);
23
24
-.. caution::
25
-
26
- To avoid timing attacks, the known string must be the first argument
27
- and the user-entered string the second.
28
29
Generating a Secure random Number
30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
0 commit comments