You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/explanations/challenge63_reason.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ This challenge highlights a widespread mistake in software development: using en
16
16
**Real world examples:**
17
17
This exact pattern has been found in numerous data breaches where developers believed their secrets were "safe" because they were encrypted, not realizing the key was equally exposed.
18
18
19
+
Additionally, this challenge uses AES in CBC mode which is vulnerable to
20
+
padding oracle attacks. Production code should use AES/GCM instead.
21
+
19
22
**References:**
20
23
- https://owasp.org/www-project-top-ten/[OWASP Top 10]
0 commit comments