Commit 13d7d3a
File tree
6 files changed
+79
-1
lines changedFilter options
- src/Symfony/Component/Security/Core/Encoder
- tests/Symfony/Tests/Component/Security/Core/Encoder
6 files changed
+79
-1
lines changedsrc/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
| ||
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
91 | 103 |
|
src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
43 | 49 |
|
44 | 50 |
|
45 | 51 |
|
| ||
60 | 66 |
|
61 | 67 |
|
62 | 68 |
|
63 |
| - |
| 69 | + |
64 | 70 |
|
65 | 71 |
|
src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
33 | 39 |
|
34 | 40 |
|
35 | 41 |
|
| ||
38 | 44 |
|
39 | 45 |
|
40 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
41 | 51 |
|
42 | 52 |
|
43 | 53 |
|
|
tests/Symfony/Tests/Component/Security/Core/Encoder/BasePasswordEncoderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Security/Core/Encoder/BasePasswordEncoderTest.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
56 | 62 |
|
57 | 63 |
|
58 | 64 |
|
| ||
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
85 | 101 |
|
tests/Symfony/Tests/Component/Security/Core/Encoder/MessageDigestPasswordEncoderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Security/Core/Encoder/MessageDigestPasswordEncoderTest.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
45 | 62 |
|
tests/Symfony/Tests/Component/Security/Core/Encoder/PlaintextPasswordEncoderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Security/Core/Encoder/PlaintextPasswordEncoderTest.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
39 | 56 |
|
0 commit comments