Skip to content

Commit

Permalink
Documented SHA-mbles example colliding files
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens committed Jan 9, 2020
1 parent 855827c commit f7b7e93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ make
## Command-line usage

There are two programs `bin/sha1dcsum` and `bin/sha1dcsum_partialcoll`.
The first program `bin/sha1dcsum` 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 first program `bin/sha1dcsum` will detect and warn for files that were generated with a cryptanalytic SHA-1 collision attack,
like the one documented at https://shattered.io/ as well as the later derived attack https://sha-mbles.github.io/.
The second program `bin/sha1dcsum_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:
Expand Down
Binary file added test/sha-mbles-1.bin
Binary file not shown.
Binary file added test/sha-mbles-2.bin
Binary file not shown.

0 comments on commit f7b7e93

Please sign in to comment.