aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-02-25 23:02:41 +0100
committerGitHub <noreply@github.com>2017-02-25 23:02:41 +0100
commit7bf341465dfd9114f23f7840b216872f5d088578 (patch)
tree1f514f405d60267ad69830b4cb4e32c548b76303
parent6ccce4c8ab4f8eebf520559ba49ec9f28fb35fd1 (diff)
parentac9e63a586695effd6b5135c04ed291e135df4c8 (diff)
downloadsha1collisiondetection-7bf341465dfd9114f23f7840b216872f5d088578.tar.gz
Merge pull request #8 from jsha/patch-1
Document existing SHA-1 collision attack
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7612441..da32271 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ make
## Command-line usage
There are two programs `bin/sha1dc` and `bin/sha1dc_partialcoll`.
-The first program `bin/sha1dc` will detect and warn for files that were generated with a cryptanalytic SHA-1 collision attack (of which there are no public examples so far).
+The first program `bin/sha1dc` will detect and warn for files that were generated with a cryptanalytic SHA-1 collision attack like the one documented at https://shattered.io/.
The second program `bin/sha1dc_partialcoll` will detect and warn for files that were generated with a cryptanalytic collision attack against reduced-round SHA-1 (of which there are a few examples so far).
Examples: