From babcd6d8ca83eae6fd06567327b81ec64147ea31 Mon Sep 17 00:00:00 2001 From: SevereOverfl0w Date: Mon, 12 Jan 2015 19:31:36 +0000 Subject: [PATCH] Fix a typo in `expliot` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 211b110..0bcd287 100755 --- a/README.md +++ b/README.md @@ -602,7 +602,7 @@ but with the additional security of delegated credentials. When calculating a hash or MAC, a static prefix (tag) is added. The prefix is used to prevent MAC values from being used or reused for a purpose other than what they were created for (i.e. prevents switching MAC values between a request, -response, and a bewit use cases). It also protects against expliots created after a potential change in how the protocol +response, and a bewit use cases). It also protects against exploits created after a potential change in how the protocol creates the normalized string. For example, if a future version would switch the order of nonce and timestamp, it can create an exploit opportunity for cases where the nonce is similar in format to a timestamp.