Closed jbtule closed 11 years ago
Hawk.cs:L135:
if (!mac.Equals(attributes["mac"])) { throw new SecurityException("Bad mac"); }
This is a well known implementation mistake. You should use a constant time comparison.
Hawk.cs:L135:
This is a well known implementation mistake. You should use a constant time comparison.