From 460cb020507cc017d4bcda2d423167b1c294d36d Mon Sep 17 00:00:00 2001 From: Bruce Ediger Date: Wed, 8 Feb 2017 15:00:34 -0700 Subject: [PATCH] Correct URL for CRC collision generator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfcb369..8a59764 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ My Almost-Narcissist creates its own source code in-memory, just as the Narcissist program does. It calculates a CRC32 value for those in-memory bytes. It then calculates a CRC32 for whatever it reads on stdin, until end-of-file. If the CRC32 values match, the input bytes are _probably_ the source code of -the program. Since one can [generate CRC32 collisions](https:github.com/bediger/crc32-file-collision-generator) +the program. Since one can [generate CRC32 collisions](https://github.com/bediger4000/crc32-file-collision-generator) with ease, one can readily create a file that fools the Almost-Narcissist. Using a better hash, the Almost-Narcissist would get better at recognizing its own source.