Update TimingAttackAgainstHeader.qhelp

This commit is contained in:
ahmed532009
2022-02-11 16:45:49 +01:00
committed by Chris Smowton
parent 6da9bc593f
commit 4a9ee5826d

View File

@@ -22,6 +22,6 @@ and does not depend on the contents of the arrays.
The following example uses <code>Arrays.equals()</code> method for validating a csrf token.
This method implements a non-constant-time algorithm. The example also demonstrates validation using a safe constant-time algorithm.
</p>
<sample src="csrfComparison.java" />
<sample src="ComparingValueOfSensetiveHeader.java" />
</qhelp>