aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-03-13 08:18:05 -0400
committerBen Burwell <ben@benburwell.com>2019-03-13 08:18:05 -0400
commit90584027b4108bb32ece4c5c10d9fb5d32c73768 (patch)
tree79dec842fc071be4981a3266d71d0c16bde4a99b
parenta976e0714ba1d80adfaeddc39477c6a36766887c (diff)
Use consistent language ("adversary" rather than "attacker")
-rw-r--r--index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/index.html b/index.html
index 922fe52..11129f2 100644
--- a/index.html
+++ b/index.html
@@ -57,11 +57,12 @@
password by making a variation of another one.
</li>
<li>
- <strong>People who know a lot of common passwords.</strong> Attackers
- have compiled “password dictionaries” containing thousands of
- commonly used passwords. Even if an adversary is not specifically
- trying to find <em>our</em> password, they might use lists like this
- to discover our password if it is one of the common ones.
+ <strong>People who know a lot of common passwords.</strong> Some
+ adversaries have compiled “password dictionaries” containing
+ thousands of commonly used passwords. Even if an adversary is not
+ specifically trying to find <em>our</em> password, they might use
+ lists like this to discover our password if it is one of the common
+ ones.
</li>
</ul>