Skip to content

Commit 94037a8

Browse files
authored
Fix typo in 5-elixir.livemd
1 parent 3722452 commit 94037a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/5-elixir.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Plainly speaking, response time it takes to compute a given function measured at
128128

129129
This technique is primarily used to analyze string comparisons of secret values to brute-force the identify of the secret.
130130

131-
e.g. When comparing two strings, the function exits when variation is detected. Take a secret value `MY_SECRET` and a user input `MY_PASSWORD`, the string compariosn (`MY_PASSWORD == MY_SECRET`) would go character by character until there's a complete match or a discrepancy. So if the new input was `MY_SAUCE`, that new string would take marginally longer to compare against the secret than `MY_PASSWORD` because of one more similar character as `MY_SECRET`.
131+
e.g. When comparing two strings, the function exits when variation is detected. Take a secret value `MY_SECRET` and a user input `MY_PASSWORD`, the string comparison (`MY_PASSWORD == MY_SECRET`) would go character by character until there's a complete match or a discrepancy. So if the new input was `MY_SAUCE`, that new string would take marginally longer to compare against the secret than `MY_PASSWORD` because of one more similar character as `MY_SECRET`.
132132

133133
### Prevention
134134

0 commit comments

Comments
 (0)