File tree 2 files changed +1
-9
lines changed 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- Securely Comparing Strings and Generating Random Numbers
1
+ Securely Generating Random Numbers
2
2
========================================================
3
3
4
4
The Symfony Security component comes with a collection of nice utilities
Original file line number Diff line number Diff line change @@ -289,14 +289,6 @@ the ``PasswordDigest`` header value matches with the user's password.
289
289
provider for the given token. In the case of multiple providers, the
290
290
authentication manager will then move to the next provider in the list.
291
291
292
- .. note ::
293
-
294
- The comparison of the expected and the provided digests uses a constant
295
- time comparison provided by the
296
- :method: `Symfony\\ Component\\ Security\\ Core\\ Util\\ StringUtils::equals `
297
- method of the ``StringUtils `` class. It is used to mitigate possible
298
- `timing attacks `_.
299
-
300
292
The Factory
301
293
-----------
302
294
You can’t perform that action at this time.
0 commit comments