Skip to content

Instantly share code, notes, and snippets.

@woctezuma
Created December 27, 2021 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woctezuma/8d3793748b5d6ad0cec9b3834a5376b8 to your computer and use it in GitHub Desktop.
Save woctezuma/8d3793748b5d6ad0cec9b3834a5376b8 to your computer and use it in GitHub Desktop.
15 days of games: MD5 hash in image URL

During 15DaysofGames on the Epic Games store (EGS), there is a daily image with a hint for the next free game.

The image URL ends with a sequence of 32 hexadecimal digits, which is a MD5 hash of the image file.

For instance, the suffix f4612a5072187a111e04008abac8af85 is a MD5 hash in this image URL.

The upload & analysis of the image on a website like fotoforensics.com shows that this MD5 hash is the hash of the image file.

Digest

NB: the website fotoforensics.com concatenates the SHA1 hash and the file size to reference the URL of the analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment