1. Visit: http://pajhome.org.uk/crypt/md5/index.html
2. Enter `Spelterini_Blüemlisalp.jpg` into the text box. (Note that the space has been replaced by an underscore exactly as the wikimedia commons page suggests.)
3. Click MD5 button
4. Observe result starts with `ae` exactly as wikimedia commons pages says
So, consider using the Javascript code from Paj's website in your Unity project. Note also, that you will need to URL encode the filename when you request the resource. (The MD5 part does not need this encoding, just replace spaces with underscores.)
↧